File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public function isAdminDataProvider()
76
76
77
77
/**
78
78
* This helper method checks that the user was correctly created and saved
79
- * it in the database.
79
+ * in the database.
80
80
*/
81
81
private function assertUserCreated ($ isAdmin )
82
82
{
@@ -94,10 +94,10 @@ private function assertUserCreated($isAdmin)
94
94
95
95
/**
96
96
* 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
101
101
*/
102
102
private function executeCommand (array $ arguments , array $ inputs = [])
103
103
{
You can’t perform that action at this time.
0 commit comments