/var/www/vhosts/ihelp.ro/_OLD/tests/TestCase/Model/Table
Edit: /var/www/vhosts/ihelp.ro/_OLD/tests/TestCase/Model/Table/ProfilesTableTest.php (1413B)
getTableLocator()->exists('Profiles') ? [] : ['className' => ProfilesTable::class];
$this->Profiles = $this->getTableLocator()->get('Profiles', $config);
}
/**
* tearDown method
*
* @return void
*/
public function tearDown(): void
{
unset($this->Profiles);
parent::tearDown();
}
/**
* Test validationDefault method
*
* @return void
*/
public function testValidationDefault(): void
{
$this->markTestIncomplete('Not implemented yet.');
}
/**
* Test buildRules method
*
* @return void
*/
public function testBuildRules(): void
{
$this->markTestIncomplete('Not implemented yet.');
}
}