Наследование: extends AbstractSourceLocator
 public function testReturnsNullForFunctions()
 {
     $locator = new PhpInternalSourceLocator();
     $this->assertNull($locator->locateIdentifier($this->getMockReflector(), new Identifier('foo', new IdentifierType(IdentifierType::IDENTIFIER_FUNCTION))));
 }