Files
old-v2-backend/wordpress/wp-content/plugins/wp-graphql/tests/_data/config.php

9 lines
249 B
PHP
Raw Normal View History

2018-06-25 00:00:37 +02:00
<?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_AUTOLOAD', false );