Skip to content

Commit ecf3f85

Browse files
committed
Fix code syntax
1 parent d1a12ea commit ecf3f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Command/AddUserCommandTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function testCreateUserNonInteractive(bool $isAdmin): void
5858
public function testCreateUserInteractive(bool $isAdmin): void
5959
{
6060
$this->executeCommand(
61-
// these are the arguments (only 1 is passed, the rest are missing)
61+
// these are the arguments (only 1 is passed, the rest are missing)
6262
$isAdmin ? ['--admin' => 1] : [],
6363
// these are the responses given to the questions asked by the command
6464
// to get the value of the missing required arguments

0 commit comments

Comments
 (0)