/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/CitiesTableTest.php (1383B)
getTableLocator()->exists('Cities') ? [] : ['className' => CitiesTable::class]; $this->Cities = $this->getTableLocator()->get('Cities', $config); } /** * tearDown method * * @return void */ public function tearDown(): void { unset($this->Cities); 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.'); } }