diff --git a/tests/integration/bootstrap.php b/tests/integration/bootstrap.php index 13777fc2877021cb73be3f19c0d057a69e5066a6..201049c6b565f4d279fc2e175b47c13993366827 100644 --- a/tests/integration/bootstrap.php +++ b/tests/integration/bootstrap.php @@ -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' );