From 333c8117cc63072540759f5a5dfeec7b9d6b4b73 Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Tue, 14 Apr 2026 12:55:19 +0000 Subject: [PATCH] add unresolved class --- .../TestCase/Controller/MostlyStaticPagesControllerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/tests/TestCase/Controller/MostlyStaticPagesControllerTest.php b/app/tests/TestCase/Controller/MostlyStaticPagesControllerTest.php index 07dda8eed..889f91423 100644 --- a/app/tests/TestCase/Controller/MostlyStaticPagesControllerTest.php +++ b/app/tests/TestCase/Controller/MostlyStaticPagesControllerTest.php @@ -7,6 +7,7 @@ use App\Lib\Enum\PageContextEnum; use App\Lib\Enum\SuspendableStatusEnum; use Cake\ORM\TableRegistry; +use Cake\TestSuite\IntegrationTestTrait; use Cake\TestSuite\TestCase; use PHPUnit\Framework\Attributes\CoversClass;