File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -341,14 +341,12 @@ public function testNoWarningOnInvalidParameterOption()
341
341
{
342
342
$ input = new ArgvInput (array ('cli.php ' , '-edev ' ));
343
343
344
- // Control.
345
344
$ this ->assertTrue ($ input ->hasParameterOption (array ('-e ' , '' )));
346
- // No warning is thrown if https://github.com/symfony/symfony/pull/26156 is fixed
345
+ // No warning thrown
347
346
$ this ->assertFalse ($ input ->hasParameterOption (array ('-m ' , '' )));
348
347
349
- // Control.
350
348
$ this ->assertEquals ('dev ' , $ input ->getParameterOption (array ('-e ' , '' )));
351
- // No warning is thrown if https://github.com/symfony/symfony/pull/26156 is fixed
349
+ // No warning thrown
352
350
$ this ->assertFalse ($ input ->getParameterOption (array ('-m ' , '' )));
353
351
}
354
352
You can’t perform that action at this time.
0 commit comments