From 333ee72e189bd5d022fb59ce65c2dc27422f17cf Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 25 Sep 2023 01:12:31 +0000 Subject: [PATCH] test fixes (NO_CI) --- tests/Admin/AdminTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index c7abd07..cc48d96 100755 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -23,5 +23,5 @@ final class AdminTest extends \PHPUnit\Framework\TestCase protected const URI_LOAD = ''; - use \Build\Helper\ModuleTestTrait; + use \tests\Modules\ModuleTestTrait; }