Phan\Tests\AnalyzerTest::testClassInCodeBase PHP Method

testClassInCodeBase() public method

public testClassInCodeBase ( )
    public function testClassInCodeBase()
    {
        $context = $this->contextForCode("\n                Class A {}\n            ");
        self::assertTrue($this->code_base->hasClassWithFQSEN(FullyQualifiedClassName::fromFullyQualifiedString('A')));
    }