We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a12ea commit ecf3f85Copy full SHA for ecf3f85
tests/Command/AddUserCommandTest.php
@@ -58,7 +58,7 @@ public function testCreateUserNonInteractive(bool $isAdmin): void
58
public function testCreateUserInteractive(bool $isAdmin): void
59
{
60
$this->executeCommand(
61
- // these are the arguments (only 1 is passed, the rest are missing)
+ // these are the arguments (only 1 is passed, the rest are missing)
62
$isAdmin ? ['--admin' => 1] : [],
63
// these are the responses given to the questions asked by the command
64
// to get the value of the missing required arguments
0 commit comments