diff --git a/tests/TestCase/Controller/ProductCategoryAttributeOptionsControllerTest.php b/tests/TestCase/Controller/ProductCategoryAttributeOptionsControllerTest.php index 381dd23..745fd81 100644 --- a/tests/TestCase/Controller/ProductCategoryAttributeOptionsControllerTest.php +++ b/tests/TestCase/Controller/ProductCategoryAttributeOptionsControllerTest.php @@ -66,7 +66,7 @@ class ProductCategoryAttributeOptionsControllerTest extends BaseControllerTest * @return void * @throws Exception * - * @uses \CakeProducts\Controller\ProductCategoryAttributeOptions::add + * @uses \CakeProducts\Controller\ProductCategoryAttributeOptionsController::add */ public function testAddGet(): void { @@ -93,7 +93,7 @@ class ProductCategoryAttributeOptionsControllerTest extends BaseControllerTest * @return void * @throws Exception * - * @uses \CakeProducts\Controller\ProductCategoryAttributeOptions::add + * @uses \CakeProducts\Controller\ProductCategoryAttributeOptionsController::add */ public function testAddPostHasNoEffect(): void { @@ -121,7 +121,7 @@ class ProductCategoryAttributeOptionsControllerTest extends BaseControllerTest * @return void *@throws Exception * - * @uses \CakeProducts\Controller\ProductCategoryAttributeOptions::delete + * @uses \CakeProducts\Controller\ProductCategoryAttributeOptionsController::delete */ public function testDelete(): void { diff --git a/tests/TestCase/Model/Table/ExternalProductCatalogsTableTest.php b/tests/TestCase/Model/Table/ExternalProductCatalogsTableTest.php index 23273ee..117d18d 100644 --- a/tests/TestCase/Model/Table/ExternalProductCatalogsTableTest.php +++ b/tests/TestCase/Model/Table/ExternalProductCatalogsTableTest.php @@ -58,7 +58,7 @@ class ExternalProductCatalogsTableTest extends TestCase * TestInitialize method * * @return void - * @uses ExternalProductCatalogsTable::initialize + * @uses \CakeProducts\Model\Table\ExternalProductCatalogsTable::initialize */ public function testInitialize(): void { @@ -91,7 +91,7 @@ class ExternalProductCatalogsTableTest extends TestCase * Test validationDefault method * * @return void - * @uses ExternalProductCatalogsTable::validationDefault + * @uses \CakeProducts\Model\Table\ExternalProductCatalogsTable::validationDefault */ public function testValidationDefault(): void { @@ -102,7 +102,7 @@ class ExternalProductCatalogsTableTest extends TestCase * Test buildRules method * * @return void - * @uses ExternalProductCatalogsTable::buildRules + * @uses \CakeProducts\Model\Table\ExternalProductCatalogsTable::buildRules */ public function testBuildRules(): void { diff --git a/tests/TestCase/Model/Table/ProductCatalogsTableTest.php b/tests/TestCase/Model/Table/ProductCatalogsTableTest.php index 5a4342b..115ef6c 100644 --- a/tests/TestCase/Model/Table/ProductCatalogsTableTest.php +++ b/tests/TestCase/Model/Table/ProductCatalogsTableTest.php @@ -58,7 +58,7 @@ class ProductCatalogsTableTest extends TestCase * TestInitialize method * * @return void - * @uses ProductCatalogsTable::initialize + * @uses \CakeProducts\Model\Table\ProductCatalogsTable::initialize */ public function testInitialize(): void { @@ -90,7 +90,7 @@ class ProductCatalogsTableTest extends TestCase * Test validationDefault method * * @return void - * @uses ProductCatalogsTable::validationDefault + * @uses \CakeProducts\Model\Table\ProductCatalogsTable::validationDefault */ public function testValidationDefault(): void { diff --git a/tests/TestCase/Model/Table/ProductCategoryAttributeOptionsTableTest.php b/tests/TestCase/Model/Table/ProductCategoryAttributeOptionsTableTest.php index 8b7fe34..6657791 100644 --- a/tests/TestCase/Model/Table/ProductCategoryAttributeOptionsTableTest.php +++ b/tests/TestCase/Model/Table/ProductCategoryAttributeOptionsTableTest.php @@ -55,7 +55,7 @@ class ProductCategoryAttributeOptionsTableTest extends TestCase * TestInitialize method * * @return void - * @uses ProductCategoryAttributeOptionsTable::initialize + * @uses \CakeProducts\Model\Table\ProductCategoryAttributeOptionsTable::initialize */ public function testInitialize(): void { @@ -86,7 +86,7 @@ class ProductCategoryAttributeOptionsTableTest extends TestCase * Test validationDefault method * * @return void - * @uses ProductCategoryAttributeOptionsTable::validationDefault + * @uses \CakeProducts\Model\Table\ProductCategoryAttributeOptionsTable::validationDefault */ public function testValidationDefault(): void { @@ -97,7 +97,7 @@ class ProductCategoryAttributeOptionsTableTest extends TestCase * Test buildRules method * * @return void - * @uses ProductCategoryAttributeOptionsTable::buildRules + * @uses \CakeProducts\Model\Table\ProductCategoryAttributeOptionsTable::buildRules */ public function testBuildRules(): void { diff --git a/tests/TestCase/Model/Table/ProductCategoryAttributesTableTest.php b/tests/TestCase/Model/Table/ProductCategoryAttributesTableTest.php index 51728d4..3a09b75 100644 --- a/tests/TestCase/Model/Table/ProductCategoryAttributesTableTest.php +++ b/tests/TestCase/Model/Table/ProductCategoryAttributesTableTest.php @@ -57,7 +57,7 @@ class ProductCategoryAttributesTableTest extends TestCase * TestInitialize method * * @return void - * @uses ProductCategoryAttributesTable::initialize + * @uses \CakeProducts\Model\Table\ProductCategoryAttributesTable::initialize */ public function testInitialize(): void { @@ -89,7 +89,7 @@ class ProductCategoryAttributesTableTest extends TestCase * Test validationDefault method * * @return void - * @uses ProductCategoryAttributesTable::validationDefault + * @uses \CakeProducts\Model\Table\ProductCategoryAttributesTable::validationDefault */ public function testValidationDefault(): void { @@ -100,7 +100,7 @@ class ProductCategoryAttributesTableTest extends TestCase * Test buildRules method * * @return void - * @uses ProductCategoryAttributesTable::buildRules + * @uses \CakeProducts\Model\Table\ProductCategoryAttributesTable::buildRules */ public function testBuildRules(): void { diff --git a/tests/TestCase/Model/Table/ProductCategoryVariantOptionsTableTest.php b/tests/TestCase/Model/Table/ProductCategoryVariantOptionsTableTest.php index 7b7a103..6c7ae54 100644 --- a/tests/TestCase/Model/Table/ProductCategoryVariantOptionsTableTest.php +++ b/tests/TestCase/Model/Table/ProductCategoryVariantOptionsTableTest.php @@ -56,7 +56,7 @@ class ProductCategoryVariantOptionsTableTest extends TestCase * TestInitialize method * * @return void - * @uses \App\Model\Table\ProductCategoryVariantOptionsTable::initialize() + * @uses \CakeProducts\Model\Table\ProductCategoryVariantOptionsTable::initialize() */ public function testInitialize(): void { @@ -87,7 +87,7 @@ class ProductCategoryVariantOptionsTableTest extends TestCase * Test validationDefault method * * @return void - * @uses \App\Model\Table\ProductCategoryVariantOptionsTable::validationDefault() + * @uses \CakeProducts\Model\Table\ProductCategoryVariantOptionsTable::validationDefault() */ public function testValidationDefault(): void { @@ -98,7 +98,7 @@ class ProductCategoryVariantOptionsTableTest extends TestCase * Test buildRules method * * @return void - * @uses \App\Model\Table\ProductCategoryVariantOptionsTable::buildRules() + * @uses \CakeProducts\Model\Table\ProductCategoryVariantOptionsTable::buildRules() */ public function testBuildRules(): void { diff --git a/tests/TestCase/Model/Table/ProductsTableTest.php b/tests/TestCase/Model/Table/ProductsTableTest.php index c183989..24589ac 100644 --- a/tests/TestCase/Model/Table/ProductsTableTest.php +++ b/tests/TestCase/Model/Table/ProductsTableTest.php @@ -56,7 +56,7 @@ class ProductsTableTest extends TestCase * TestInitialize method * * @return void - * @uses ProductsTable::initialize + * @uses \CakeProducts\Model\Table\ProductsTable::initialize */ public function testInitialize(): void { @@ -90,7 +90,7 @@ class ProductsTableTest extends TestCase * Test validationDefault method * * @return void - * @uses ProductsTable::validationDefault + * @uses \CakeProducts\Model\Table\ProductsTable::validationDefault */ public function testValidationDefault(): void { @@ -101,7 +101,7 @@ class ProductsTableTest extends TestCase * Test buildRules method * * @return void - * @uses ProductsTable::buildRules + * @uses \CakeProducts\Model\Table\ProductsTable::buildRules */ public function testBuildRules(): void {