From 083e19bdbc991325343af3ceece2c6294d588899 Mon Sep 17 00:00:00 2001 From: ADmad Date: Tue, 17 Sep 2024 20:58:44 +0530 Subject: [PATCH] Fix phpunit deprecation warning --- tests/TestCase/Controller/PagesControllerTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestCase/Controller/PagesControllerTest.php b/tests/TestCase/Controller/PagesControllerTest.php index 73f9452479..f0f72c9d09 100644 --- a/tests/TestCase/Controller/PagesControllerTest.php +++ b/tests/TestCase/Controller/PagesControllerTest.php @@ -23,8 +23,6 @@ /** * PagesControllerTest class - * - * @uses \App\Controller\PagesController */ class PagesControllerTest extends TestCase {