From 5e1be4a3cc50738a69c5d41db7afeec4e2188de8 Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Fri, 27 May 2022 15:24:57 +0200 Subject: [PATCH] feature(js): support for gutenberg --- 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 011af19..e2d6f4b 100644 --- a/tests/integration/bootstrap.php +++ b/tests/integration/bootstrap.php @@ -27,5 +27,5 @@ tests_add_filter( 'muplugins_loaded', function () { //new \WPDesk\Notice\AjaxHandler( 'http://test.com/test/vendor/' ); putenv('WP_TESTS_DIR=' . getenv( 'WP_DEVELOP_DIR' ) . '/tests/phpunit'); -require_once( getenv( 'WC_DEVELOP_DIR' ) . '/legacy/tests/bootstrap.php' ); +require_once( getenv( 'WC_DEVELOP_DIR' ) . '/tests/legacy/bootstrap.php' ); -- GitLab