Skip to content
Snippets Groups Projects

feature(core): fix tests

Merged Krzysztof Dyszczyk requested to merge feature/fix-tests into feature/autoload-classmap
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -13,4 +13,4 @@ if ( getenv( 'PLUGIN_PATH' ) !== false ) {
@@ -13,4 +13,4 @@ if ( getenv( 'PLUGIN_PATH' ) !== false ) {
require_once( getenv( 'WP_DEVELOP_DIR' ) . '/tests/phpunit/includes/functions.php' );
require_once( getenv( 'WP_DEVELOP_DIR' ) . '/tests/phpunit/includes/functions.php' );
putenv('WP_TESTS_DIR=' . getenv( 'WP_DEVELOP_DIR' ) . '/tests/phpunit');
putenv('WP_TESTS_DIR=' . getenv( 'WP_DEVELOP_DIR' ) . '/tests/phpunit');
require_once( getenv( 'WC_DEVELOP_DIR' ) . '/tests/bootstrap.php' );
require_once( getenv( 'WC_DEVELOP_DIR' ) . '/tests/legacy/bootstrap.php' );
Loading