BetterReflectionTest\Reflection\Adapter\ReflectionMethodTest::testCoreReflectionMethods PHP Метод

testCoreReflectionMethods() публичный Метод

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