/var/www/vhosts/ihelp.ro/httpdocs/tests/TestCase/Model/Table
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.');
}
}