/var/www/vhosts/ihelp.ro/httpdocs/tests/TestCase/Model/Table
NameSizeModeActions
AwbsTableTest.php14380644editdlrm
CitiesTableTest.php13830644editdlrm
CountiesTableTest.php12150644editdlrm
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.'); } }