exists('Employments') ? [] : ['className' => EmploymentsTable::class]; $this->Employments = TableRegistry::getTableLocator()->get('Employments', $config); } /** * tearDown method * * @return void */ public function tearDown() { unset($this->Employments); parent::tearDown(); } /** * Test initialize method * * @return void */ public function testInitialize() { $this->markTestIncomplete('Not implemented yet.'); } }