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))));
    }