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

Merge branch 'feature/fix-tests' into 'feature/autoload-classmap'

feature(core): fix tests

See merge request !33
parents 108e5129 ae623830
No related branches found
No related tags found
2 merge requests!33feature(core): fix tests,!32feature(core): Added classmap autoload
Pipeline #11061 failed with stages
in 7 minutes and 50 seconds
......@@ -13,4 +13,4 @@ if ( getenv( 'PLUGIN_PATH' ) !== false ) {
require_once( getenv( 'WP_DEVELOP_DIR' ) . '/tests/phpunit/includes/functions.php' );
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