SensioLabs\Deptrac\Tests\Collector\ClassNameCollectorTest::testType PHP Method

testType() public method

public testType ( )
    public function testType()
    {
        $this->assertEquals('className', (new ClassNameCollector())->getType());
    }