From 64e68496a0c7aa32a4761696c759ce90fd6e22d4 Mon Sep 17 00:00:00 2001 From: MlKilderkin Date: Fri, 11 Aug 2023 18:50:36 +0300 Subject: [PATCH] Fix failing tests --- tests/wpunit/API/Validation_ResponseTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wpunit/API/Validation_ResponseTest.php b/tests/wpunit/API/Validation_ResponseTest.php index a03ea1d2..531a1e36 100644 --- a/tests/wpunit/API/Validation_ResponseTest.php +++ b/tests/wpunit/API/Validation_ResponseTest.php @@ -19,7 +19,7 @@ public function setUp() { 'sample', 'Lib Sample', '1.0.10', - $root . '/plugin.php', + 'uplink/plugin.php', Uplink::class, Uplink::class );