object = new ReflectionFunction; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers ReflectionFunction::__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 ReflectionFunction::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 ReflectionFunction::isDisabled * @todo Implement testIsDisabled(). */ public function testIsDisabled() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionFunction::invoke * @todo Implement testInvoke(). */ public function testInvoke() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionFunction::invokeArgs * @todo Implement testInvokeArgs(). */ public function testInvokeArgs() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ReflectionFunction::getClosure * @todo Implement testGetClosure(). */ public function testGetClosure() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }