markTestIncomplete('testHasTable is not implemented yet'); } /** * Test for Connection::Select() * **/ public function testSelect() { $this->markTestIncomplete('testSelect is not implemented yet'); } /** * Test for Connection::FetchAll() * **/ public function testFetchAll() { $this->markTestIncomplete('testFetchAll is not implemented yet'); } /** * Test for Connection::Disconnect() * **/ public function testDisconnect() { $this->markTestIncomplete('testDisconnect is not implemented yet'); } /** * Test for Connection::__destruct() * **/ public function test__destruct() { $this->markTestIncomplete('test__destruct is not implemented yet'); } }