fix @uses warnings
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user