object = new ReflectionZendExtension; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers ReflectionZendExtension::export * @todo Implement testExport(). */ public function testExport() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionZendExtension::__toString * @todo Implement test__toString(). */ public function test__toString() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionZendExtension::getName * @todo Implement testGetName(). */ public function testGetName() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionZendExtension::getVersion * @todo Implement testGetVersion(). */ public function testGetVersion() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionZendExtension::getAuthor * @todo Implement testGetAuthor(). */ public function testGetAuthor() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionZendExtension::getURL * @todo Implement testGetURL(). */ public function testGetURL() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionZendExtension::getCopyright * @todo Implement testGetCopyright(). */ public function testGetCopyright() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }