Skip to content

Commit 978bbe6

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: docs(test): add array example for options
2 parents c95dbb1 + bff99fa commit 978bbe6

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
@@ -502,6 +502,8 @@ console::
502502

503503
// prefix the key with two dashes when passing options,
504504
// e.g: '--some-option' => 'option_value',
505+
// use brackets for testing array value,
506+
// e.g: '--some-option' => ['option_value'],
505507
]);
506508

507509
$commandTester->assertCommandIsSuccessful();

0 commit comments

Comments
 (0)