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

testGetOptionException() public method

    public function testGetOptionException()
    {
        (new OutputFormatterInput(['a' => 'b']))->getOption('c');
    }