Table = new Table(); } /** * tearDown method * * @return void */ public function tearDown() { unset($this->Table); parent::tearDown(); } /** * Test initial setup * * @return void */ public function testInitialization() { $this->markTestIncomplete('Not implemented yet.'); } }