We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e15d59 commit c1d23f9Copy full SHA for c1d23f9
tests/AppBundle/Command/AddUserCommandTest.php
@@ -58,7 +58,7 @@ public function testCreateUserInteractive($isAdmin)
58
$isAdmin ? ['--admin' => 1] : [],
59
// these are the responses given to the questions asked by the command
60
// to get the value of the missing required arguments
61
- array_values($this->userdata)
+ array_values($this->userData)
62
);
63
64
$this->assertUserCreated($isAdmin);
0 commit comments