BetterReflectionTest\Reflection\Adapter\ReflectionPropertyTest::testCoreReflectionPropertys PHP Method

testCoreReflectionPropertys() public method

public testCoreReflectionPropertys ( string $methodName )
$methodName string
    public function testCoreReflectionPropertys($methodName)
    {
        $reflectionPropertyAdapterReflection = new CoreReflectionClass(ReflectionPropertyAdapter::class);
        $this->assertTrue($reflectionPropertyAdapterReflection->hasMethod($methodName));
    }