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