diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 538bcc9cea14c56fc7380de1cd75edd5f0ca07d7..009712c7ab60597683690943b09bd75ab62ebbd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ variables: DISABLE_FUNCTIONAL: 1 DISABLE_ACCEPTANCE: 1 + DISABLE_CODECEPTION: 1 IS_LIBRARY: 1 DISABLE_PHP_5_5: 1 diff --git a/tests/integration/bootstrap.php b/tests/integration/bootstrap.php index a422fd9c7fea652a15b2aced0b2e6134a5590201..5c6312516d9c413a8f3c67c87f049e4a2f54e27f 100644 --- a/tests/integration/bootstrap.php +++ b/tests/integration/bootstrap.php @@ -23,6 +23,6 @@ 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' ); -do_action('plugins_loaded'); \ No newline at end of file +do_action('plugins_loaded');