BetterReflectionTest\Reflection\Adapter\ReflectionObjectTest::testCoreReflectionMethods PHP Method

testCoreReflectionMethods() public method

public testCoreReflectionMethods ( string $methodName )
$methodName string
    public function testCoreReflectionMethods($methodName)
    {
        $reflectionObjectAdapterReflection = new CoreReflectionClass(ReflectionObjectAdapter::class);
        $this->assertTrue($reflectionObjectAdapterReflection->hasMethod($methodName));
    }