From fb874718892903f3ac6c0af5d5fe32371390e3e1 Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Fri, 27 May 2022 13:53:03 +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 6d981d7..011af19 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' ) . '/tests/bootstrap.php' );
+require_once( getenv( 'WC_DEVELOP_DIR' ) . '/legacy/tests/bootstrap.php' );
 
-- 
GitLab