From 3506d735cbfef821d99113319441f683b6e360d6 Mon Sep 17 00:00:00 2001 From: vinkmeta Date: Mon, 9 Jun 2025 23:40:33 +0100 Subject: [PATCH 1/2] Updated location for Feed file tests --- .../fbproductfeed-test.php => tests/Unit/Feed/ProductFeedTest.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename includes/test/fbproductfeed-test.php => tests/Unit/Feed/ProductFeedTest.php (100%) diff --git a/includes/test/fbproductfeed-test.php b/tests/Unit/Feed/ProductFeedTest.php similarity index 100% rename from includes/test/fbproductfeed-test.php rename to tests/Unit/Feed/ProductFeedTest.php From ef452e0dd1a57eded2530cf621d258bd669531ac Mon Sep 17 00:00:00 2001 From: vinkmeta Date: Tue, 10 Jun 2025 09:59:36 +0100 Subject: [PATCH 2/2] Updated test --- tests/Unit/Feed/ProductFeedTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Unit/Feed/ProductFeedTest.php b/tests/Unit/Feed/ProductFeedTest.php index b5cbd2c53..e05b49a85 100644 --- a/tests/Unit/Feed/ProductFeedTest.php +++ b/tests/Unit/Feed/ProductFeedTest.php @@ -12,8 +12,8 @@ exit; } -require_once dirname( __DIR__ ) . '/fbproductfeed.php'; -require_once dirname( __DIR__ ) . '/fbutils.php'; +require_once dirname( __DIR__ ) . '/../../includes/fbproductfeed.php'; +require_once dirname( __DIR__ ) . '/../../includes/fbutils.php'; if ( ! class_exists( 'WC_Facebook_Product_Feed_Test' ) ) : /**