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