/var/www/vhosts/ihelp.ro/_OLD/tests/TestCase/Model/Table
NameSizeModeActions
CauseImagesTableTest.php14070644editdlrm
CausesTableTest.php13780644editdlrm
ProfilesTableTest.php14130644editdlrm
UsersTableTest.php15150644editdlrm
Edit: /var/www/vhosts/ihelp.ro/_OLD/tests/TestCase/Model/Table/UsersTableTest.php (1515B)
getTableLocator()->exists('Users') ? [] : ['className' => UsersTable::class]; $this->Users = $this->getTableLocator()->get('Users', $config); } /** * tearDown method * * @return void */ public function tearDown(): void { unset($this->Users); 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.'); } }