Skip to content

Commit c1d23f9

Browse files
Fixed a variable name
1 parent 3e15d59 commit c1d23f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AppBundle/Command/AddUserCommandTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function testCreateUserInteractive($isAdmin)
5858
$isAdmin ? ['--admin' => 1] : [],
5959
// these are the responses given to the questions asked by the command
6060
// to get the value of the missing required arguments
61-
array_values($this->userdata)
61+
array_values($this->userData)
6262
);
6363

6464
$this->assertUserCreated($isAdmin);

0 commit comments

Comments
 (0)