SensioLabs\Deptrac\Tests\OutputFormatter\OutputFormatterInputTest::testGetOptionException PHP 메소드

testGetOptionException() 공개 메소드

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