From 0d95e6323a1fe3e6942904e1a7f290dd0baa21b0 Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Tue, 27 Jan 2026 00:36:08 -0800 Subject: [PATCH] remove @uses --- .../Controller/ContactUsFormSubmissionsControllerTest.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/TestCase/Controller/ContactUsFormSubmissionsControllerTest.php b/tests/TestCase/Controller/ContactUsFormSubmissionsControllerTest.php index 86e0dcb..255e74b 100644 --- a/tests/TestCase/Controller/ContactUsFormSubmissionsControllerTest.php +++ b/tests/TestCase/Controller/ContactUsFormSubmissionsControllerTest.php @@ -14,8 +14,6 @@ use CakeContactUs\CakeContactUsPlugin; /** * CakeContactUs\Controller\ContactUsFormSubmissionsController Test Case - * - * @uses ContactUsFormSubmissionsController */ class ContactUsFormSubmissionsControllerTest extends TestCase { @@ -64,7 +62,6 @@ class ContactUsFormSubmissionsControllerTest extends TestCase { * * Tests the add action with a logged in user * - * @uses ContactUsFormSubmissionsController::add * @throws Exception * * @return void @@ -91,7 +88,6 @@ class ContactUsFormSubmissionsControllerTest extends TestCase { * * Tests a POST request to the add action with a logged in user * - * @uses ContactUsFormSubmissionsController::add * @throws Exception * * @return void @@ -122,7 +118,6 @@ class ContactUsFormSubmissionsControllerTest extends TestCase { * * Tests a POST request to the add action with a logged in user * - * @uses ContactUsFormSubmissionsController::add * @throws Exception * * @return void @@ -175,7 +170,6 @@ class ContactUsFormSubmissionsControllerTest extends TestCase { * * Tests a POST request to the add action with a logged in user * - * @uses ContactUsFormSubmissionsController::add * @throws Exception * * @return void @@ -222,7 +216,6 @@ class ContactUsFormSubmissionsControllerTest extends TestCase { * * Tests a POST request to the add action with a logged in user * - * @uses ContactUsFormSubmissionsController::add * @throws Exception * * @return void @@ -275,7 +268,6 @@ class ContactUsFormSubmissionsControllerTest extends TestCase { * * Tests a POST request to the add action with a logged in user * - * @uses ContactUsFormSubmissionsController::add * @throws Exception * * @return void