object = new ReflectionExtension; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers ReflectionExtension::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 ReflectionExtension::__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 ReflectionExtension::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 ReflectionExtension::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 ReflectionExtension::getFunctions * @todo Implement testGetFunctions(). */ public function testGetFunctions() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionExtension::getConstants * @todo Implement testGetConstants(). */ public function testGetConstants() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionExtension::getINIEntries * @todo Implement testGetINIEntries(). */ public function testGetINIEntries() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionExtension::getClasses * @todo Implement testGetClasses(). */ public function testGetClasses() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionExtension::getClassNames * @todo Implement testGetClassNames(). */ public function testGetClassNames() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionExtension::getDependencies * @todo Implement testGetDependencies(). */ public function testGetDependencies() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionExtension::info * @todo Implement testInfo(). */ public function testInfo() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionExtension::isPersistent * @todo Implement testIsPersistent(). */ public function testIsPersistent() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionExtension::isTemporary * @todo Implement testIsTemporary(). */ public function testIsTemporary() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }