Skip to content
Snippets Groups Projects
Commit 2bf77d0e authored by dyszczo's avatar dyszczo
Browse files

fix: integration tests

parent 6f1eab76
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ tests_add_filter( 'muplugins_loaded', function () {
}, 100 );
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' );
$plugins_to_active = get_option( 'active_plugins' );
if (!is_array($plugins_to_active)) {
......
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