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