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

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

    public function testCannotReflectRequiredClass()
    {
        $this->assertNull((new EvaledCodeSourceLocator())->locateIdentifier($this->getMockReflector(), new Identifier(__CLASS__, new IdentifierType(IdentifierType::IDENTIFIER_CLASS))));
    }