Skip to content
Snippets Groups Projects
Commit ae623830 authored by Sebastian Pisula's avatar Sebastian Pisula
Browse files

feature(core): fix tests

parent 108e5129
No related branches found
No related tags found
2 merge requests!33feature(core): fix tests,!32feature(core): Added classmap autoload
Pipeline #11032 failed with stages
in 8 minutes and 8 seconds
...@@ -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' );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment