mirror of
https://github.com/wp-graphql/wp-graphql-woocommerce.git
synced 2026-08-14 12:53:44 +02:00
8 lines
260 B
PHP
8 lines
260 B
PHP
<?php
|
|
/**
|
|
* Disable autoloading while running tests, as the test
|
|
* suite already bootstraps the autoloader and creates
|
|
* fatal errors when the autoloader is loaded twice
|
|
*/
|
|
define( 'GRAPHQL_DEBUG', true );
|
|
define( 'WPGRAPHQL_WOOCOMMERCE_AUTOLOAD', false ); |