/**
  * @test
  * @author Robert Lemke <*****@*****.**>
  */
 public function getMethodReturnsFLOW3sMethodReflection()
 {
     $class = new \F3\FLOW3\Reflection\ClassReflection(__CLASS__);
     $method = $class->getMethod('getMethodReturnsFLOW3sMethodReflection');
     $this->assertType('F3\\FLOW3\\Reflection\\MethodReflection', $method, 'The returned method is not of type \\F3\\FLOW3\\Reflection\\MethodReflection.');
 }