Neos\Flow\Tests\Unit\Reflection\MethodReflectionTest::getDeclaringClassReturnsFlowsClassReflection PHP Method

getDeclaringClassReturnsFlowsClassReflection() public method

    public function getDeclaringClassReturnsFlowsClassReflection()
    {
        $method = new Reflection\MethodReflection(__CLASS__, __FUNCTION__);
        $this->assertInstanceOf(Reflection\ClassReflection::class, $method->getDeclaringClass());
    }