Skip to content

Commit 7e2ae9a

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: docs(test): add array example for options
2 parents 9400c0f + 978bbe6 commit 7e2ae9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

console.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,8 @@ console::
479479

480480
// prefix the key with two dashes when passing options,
481481
// e.g: '--some-option' => 'option_value',
482+
// use brackets for testing array value,
483+
// e.g: '--some-option' => ['option_value'],
482484
]);
483485

484486
$commandTester->assertCommandIsSuccessful();

0 commit comments

Comments
 (0)