SensioLabs\Deptrac\Tests\OutputFormatter\OutputFormatterInputTest::testGetOption PHP Method

testGetOption() public method

public testGetOption ( )
    public function testGetOption()
    {
        $this->assertEquals('b', (new OutputFormatterInput(['a' => 'b']))->getOption('a'));
    }