object = new Memcache; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers Memcache::connect * @todo Implement testConnect(). */ public function testConnect() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Memcache::pconnect * @todo Implement testPconnect(). */ public function testPconnect() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Memcache::addserver * @todo Implement testAddserver(). */ public function testAddserver() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }