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;