object = new SessionHandler; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers SessionHandler::sqlConnect * @todo Implement testSqlConnect(). */ public function testSqlConnect() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SessionHandler::sqlClose * @todo Implement testSqlClose(). */ public function testSqlClose() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SessionHandler::sqlQuery * @todo Implement testSqlQuery(). */ public function testSqlQuery() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SessionHandler::open * @todo Implement testOpen(). */ public function testOpen() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SessionHandler::close * @todo Implement testClose(). */ public function testClose() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SessionHandler::read * @todo Implement testRead(). */ public function testRead() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SessionHandler::write * @todo Implement testWrite(). */ public function testWrite() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SessionHandler::destroy * @todo Implement testDestroy(). */ public function testDestroy() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SessionHandler::garbage * @todo Implement testGarbage(). */ public function testGarbage() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }