Skip to content

Commit 774adca

Browse files
Improved the PHPdoc of some methods
1 parent c1d23f9 commit 774adca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/AppBundle/Command/AddUserCommandTest.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function isAdminDataProvider()
7676

7777
/**
7878
* This helper method checks that the user was correctly created and saved
79-
* it in the database.
79+
* in the database.
8080
*/
8181
private function assertUserCreated($isAdmin)
8282
{
@@ -94,10 +94,10 @@ private function assertUserCreated($isAdmin)
9494

9595
/**
9696
* This helper method abstracts the boilerplate code needed to test the
97-
* execution of a command. When the command is executed non-interactively,
98-
* all its arguments are passed in $arguments. If some needed argument is
99-
* missing, the command will ask for it interactively. Use the $inputs
100-
* argument to define the answers to provide to the command.
97+
* execution of a command.
98+
*
99+
* @param array $arguments All the arguments passed when executing the command
100+
* @param array $inputs The (optional) answers given to the command when it asks for the value of the missing arguments
101101
*/
102102
private function executeCommand(array $arguments, array $inputs = [])
103103
{

0 commit comments

Comments
 (0)