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

testType() public method

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