BetterReflectionTest\Reflection\Adapter\ReflectionObjectTest::testCoreReflectionMethods PHP 메소드

testCoreReflectionMethods() 공개 메소드

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