Skip to content

Commit

Permalink
Fix code syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Aug 4, 2022
1 parent d1a12ea commit ecf3f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Command/AddUserCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function testCreateUserNonInteractive(bool $isAdmin): void
public function testCreateUserInteractive(bool $isAdmin): void
{
$this->executeCommand(
// these are the arguments (only 1 is passed, the rest are missing)
// these are the arguments (only 1 is passed, the rest are missing)
$isAdmin ? ['--admin' => 1] : [],
// these are the responses given to the questions asked by the command
// to get the value of the missing required arguments
Expand Down

0 comments on commit ecf3f85

Please sign in to comment.