diff --git a/includes/test/fbproductfeed-test.php b/tests/Unit/Feed/ProductFeedTest.php similarity index 89% rename from includes/test/fbproductfeed-test.php rename to tests/Unit/Feed/ProductFeedTest.php index b5cbd2c53..e05b49a85 100644 --- a/includes/test/fbproductfeed-test.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' ) ) : /**