From 2bf77d0e60468dac54c8983a768dc69090675af2 Mon Sep 17 00:00:00 2001 From: dyszczo <krzysztof.dyszczyk@gmail.com> Date: Wed, 28 Apr 2021 17:31:16 +0200 Subject: [PATCH] fix: integration tests --- tests/integration/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/bootstrap.php b/tests/integration/bootstrap.php index 763433d..c86a5ac 100644 --- a/tests/integration/bootstrap.php +++ b/tests/integration/bootstrap.php @@ -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)) { -- GitLab