diff --git a/tests/AnnotatedCommandFactoryTest.php b/tests/AnnotatedCommandFactoryTest.php index c450fff..574a669 100644 --- a/tests/AnnotatedCommandFactoryTest.php +++ b/tests/AnnotatedCommandFactoryTest.php @@ -158,7 +158,7 @@ function testGlobalOptionsOnly() $command = $this->commandFactory->createCommand($commandInfo, $this->commandFileInstance); - $input = new StringInput('global-options-only test'); + $input = new StringInput('global-options-only -n test'); $this->assertRunCommandViaApplicationEquals($command, $input, "Arg is test, options[help] is false"); }