Added dependency plugins

This commit is contained in:
Moris Zen
2018-06-25 00:00:37 +02:00
parent 720a1c31a4
commit f069f6782f
698 changed files with 289637 additions and 1 deletions

View 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 );