BetterReflectionTest\Reflection\Adapter\ReflectionObjectTest::testCoreReflectionMethods PHP Méthode

testCoreReflectionMethods() public méthode

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