BetterReflectionTest\SourceLocator\Type\EvaledCodeSourceLocatorTest::testReturnsNullForFunctions PHP Метод

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

    public function testReturnsNullForFunctions()
    {
        $locator = new EvaledCodeSourceLocator();
        $this->assertNull($locator->locateIdentifier($this->getMockReflector(), new Identifier('foo', new IdentifierType(IdentifierType::IDENTIFIER_FUNCTION))));
    }