Skip to content

Commit a853d8e

Browse files
authored
Fix nominal test case of InputOptionsSerializerTest (#79)
1 parent bed6385 commit a853d8e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tests/InputOptionsSerializerTest.php

+10-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,16 @@ public static function optionsProvider(): iterable
147147
'--env' => 'dev',
148148
]),
149149
['child', 'processes'],
150-
['--env=dev'],
150+
[
151+
'--help',
152+
'--quiet',
153+
'--verbose',
154+
'--version',
155+
'--no-ansi',
156+
'--no-interaction',
157+
'--env=dev',
158+
'--no-debug',
159+
],
151160
];
152161

153162
yield from self::optionSerializationProvider();

0 commit comments

Comments
 (0)