SensioLabs\Deptrac\Tests\OutputFormatter\ConsoleOutputFormatterTest::testGetName PHP Method

testGetName() public method

public testGetName ( )
    public function testGetName()
    {
        $this->assertEquals('console', (new ConsoleOutputFormatter())->getName());
    }