Skip to content
Snippets Groups Projects
Verified Commit 481c5efb authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

ci: update tests

parent a17169a1
No related branches found
No related tags found
No related merge requests found
Pipeline #7332 passed
variables:
DISABLE_FUNCTIONAL: 1
DISABLE_ACCEPTANCE: 1
DISABLE_CODECEPTION: 1
IS_LIBRARY: 1
DISABLE_PHP_5_5: 1
......
......@@ -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');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment