fix @uses warnings

This commit is contained in:
Brandon Shipley 2025-09-21 18:09:35 -07:00
parent 892a85d30a
commit 2d405d542b
Signed by: bmfs
GPG Key ID: 14E38571D8BB0DE4
7 changed files with 20 additions and 20 deletions

View File

@ -66,7 +66,7 @@ class ProductCategoryAttributeOptionsControllerTest extends BaseControllerTest
* @return void * @return void
* @throws Exception * @throws Exception
* *
* @uses \CakeProducts\Controller\ProductCategoryAttributeOptions::add * @uses \CakeProducts\Controller\ProductCategoryAttributeOptionsController::add
*/ */
public function testAddGet(): void public function testAddGet(): void
{ {
@ -93,7 +93,7 @@ class ProductCategoryAttributeOptionsControllerTest extends BaseControllerTest
* @return void * @return void
* @throws Exception * @throws Exception
* *
* @uses \CakeProducts\Controller\ProductCategoryAttributeOptions::add * @uses \CakeProducts\Controller\ProductCategoryAttributeOptionsController::add
*/ */
public function testAddPostHasNoEffect(): void public function testAddPostHasNoEffect(): void
{ {
@ -121,7 +121,7 @@ class ProductCategoryAttributeOptionsControllerTest extends BaseControllerTest
* @return void * @return void
*@throws Exception *@throws Exception
* *
* @uses \CakeProducts\Controller\ProductCategoryAttributeOptions::delete * @uses \CakeProducts\Controller\ProductCategoryAttributeOptionsController::delete
*/ */
public function testDelete(): void public function testDelete(): void
{ {

View File

@ -58,7 +58,7 @@ class ExternalProductCatalogsTableTest extends TestCase
* TestInitialize method * TestInitialize method
* *
* @return void * @return void
* @uses ExternalProductCatalogsTable::initialize * @uses \CakeProducts\Model\Table\ExternalProductCatalogsTable::initialize
*/ */
public function testInitialize(): void public function testInitialize(): void
{ {
@ -91,7 +91,7 @@ class ExternalProductCatalogsTableTest extends TestCase
* Test validationDefault method * Test validationDefault method
* *
* @return void * @return void
* @uses ExternalProductCatalogsTable::validationDefault * @uses \CakeProducts\Model\Table\ExternalProductCatalogsTable::validationDefault
*/ */
public function testValidationDefault(): void public function testValidationDefault(): void
{ {
@ -102,7 +102,7 @@ class ExternalProductCatalogsTableTest extends TestCase
* Test buildRules method * Test buildRules method
* *
* @return void * @return void
* @uses ExternalProductCatalogsTable::buildRules * @uses \CakeProducts\Model\Table\ExternalProductCatalogsTable::buildRules
*/ */
public function testBuildRules(): void public function testBuildRules(): void
{ {

View File

@ -58,7 +58,7 @@ class ProductCatalogsTableTest extends TestCase
* TestInitialize method * TestInitialize method
* *
* @return void * @return void
* @uses ProductCatalogsTable::initialize * @uses \CakeProducts\Model\Table\ProductCatalogsTable::initialize
*/ */
public function testInitialize(): void public function testInitialize(): void
{ {
@ -90,7 +90,7 @@ class ProductCatalogsTableTest extends TestCase
* Test validationDefault method * Test validationDefault method
* *
* @return void * @return void
* @uses ProductCatalogsTable::validationDefault * @uses \CakeProducts\Model\Table\ProductCatalogsTable::validationDefault
*/ */
public function testValidationDefault(): void public function testValidationDefault(): void
{ {

View File

@ -55,7 +55,7 @@ class ProductCategoryAttributeOptionsTableTest extends TestCase
* TestInitialize method * TestInitialize method
* *
* @return void * @return void
* @uses ProductCategoryAttributeOptionsTable::initialize * @uses \CakeProducts\Model\Table\ProductCategoryAttributeOptionsTable::initialize
*/ */
public function testInitialize(): void public function testInitialize(): void
{ {
@ -86,7 +86,7 @@ class ProductCategoryAttributeOptionsTableTest extends TestCase
* Test validationDefault method * Test validationDefault method
* *
* @return void * @return void
* @uses ProductCategoryAttributeOptionsTable::validationDefault * @uses \CakeProducts\Model\Table\ProductCategoryAttributeOptionsTable::validationDefault
*/ */
public function testValidationDefault(): void public function testValidationDefault(): void
{ {
@ -97,7 +97,7 @@ class ProductCategoryAttributeOptionsTableTest extends TestCase
* Test buildRules method * Test buildRules method
* *
* @return void * @return void
* @uses ProductCategoryAttributeOptionsTable::buildRules * @uses \CakeProducts\Model\Table\ProductCategoryAttributeOptionsTable::buildRules
*/ */
public function testBuildRules(): void public function testBuildRules(): void
{ {

View File

@ -57,7 +57,7 @@ class ProductCategoryAttributesTableTest extends TestCase
* TestInitialize method * TestInitialize method
* *
* @return void * @return void
* @uses ProductCategoryAttributesTable::initialize * @uses \CakeProducts\Model\Table\ProductCategoryAttributesTable::initialize
*/ */
public function testInitialize(): void public function testInitialize(): void
{ {
@ -89,7 +89,7 @@ class ProductCategoryAttributesTableTest extends TestCase
* Test validationDefault method * Test validationDefault method
* *
* @return void * @return void
* @uses ProductCategoryAttributesTable::validationDefault * @uses \CakeProducts\Model\Table\ProductCategoryAttributesTable::validationDefault
*/ */
public function testValidationDefault(): void public function testValidationDefault(): void
{ {
@ -100,7 +100,7 @@ class ProductCategoryAttributesTableTest extends TestCase
* Test buildRules method * Test buildRules method
* *
* @return void * @return void
* @uses ProductCategoryAttributesTable::buildRules * @uses \CakeProducts\Model\Table\ProductCategoryAttributesTable::buildRules
*/ */
public function testBuildRules(): void public function testBuildRules(): void
{ {

View File

@ -56,7 +56,7 @@ class ProductCategoryVariantOptionsTableTest extends TestCase
* TestInitialize method * TestInitialize method
* *
* @return void * @return void
* @uses \App\Model\Table\ProductCategoryVariantOptionsTable::initialize() * @uses \CakeProducts\Model\Table\ProductCategoryVariantOptionsTable::initialize()
*/ */
public function testInitialize(): void public function testInitialize(): void
{ {
@ -87,7 +87,7 @@ class ProductCategoryVariantOptionsTableTest extends TestCase
* Test validationDefault method * Test validationDefault method
* *
* @return void * @return void
* @uses \App\Model\Table\ProductCategoryVariantOptionsTable::validationDefault() * @uses \CakeProducts\Model\Table\ProductCategoryVariantOptionsTable::validationDefault()
*/ */
public function testValidationDefault(): void public function testValidationDefault(): void
{ {
@ -98,7 +98,7 @@ class ProductCategoryVariantOptionsTableTest extends TestCase
* Test buildRules method * Test buildRules method
* *
* @return void * @return void
* @uses \App\Model\Table\ProductCategoryVariantOptionsTable::buildRules() * @uses \CakeProducts\Model\Table\ProductCategoryVariantOptionsTable::buildRules()
*/ */
public function testBuildRules(): void public function testBuildRules(): void
{ {

View File

@ -56,7 +56,7 @@ class ProductsTableTest extends TestCase
* TestInitialize method * TestInitialize method
* *
* @return void * @return void
* @uses ProductsTable::initialize * @uses \CakeProducts\Model\Table\ProductsTable::initialize
*/ */
public function testInitialize(): void public function testInitialize(): void
{ {
@ -90,7 +90,7 @@ class ProductsTableTest extends TestCase
* Test validationDefault method * Test validationDefault method
* *
* @return void * @return void
* @uses ProductsTable::validationDefault * @uses \CakeProducts\Model\Table\ProductsTable::validationDefault
*/ */
public function testValidationDefault(): void public function testValidationDefault(): void
{ {
@ -101,7 +101,7 @@ class ProductsTableTest extends TestCase
* Test buildRules method * Test buildRules method
* *
* @return void * @return void
* @uses ProductsTable::buildRules * @uses \CakeProducts\Model\Table\ProductsTable::buildRules
*/ */
public function testBuildRules(): void public function testBuildRules(): void
{ {