Added dependency plugins
This commit is contained in:
8
wordpress/wp-content/plugins/wp-graphql/tests/_data/config.php
Executable file
8
wordpress/wp-content/plugins/wp-graphql/tests/_data/config.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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 );
|
||||
Reference in New Issue
Block a user