We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8326390 commit 45860d3Copy full SHA for 45860d3
1 file changed
tests/Commands/User/DisableTest.php
@@ -27,7 +27,7 @@ public function testSuccess() {
27
28
$this->artisan('wbs-user:disable',
29
[
30
- '--email' => self::EMAIL
+ '--email' => self::EMAIL,
31
]
32
)->assertExitCode(0);
33
@@ -41,7 +41,7 @@ public function testSuccess() {
41
public function testUserNotFound() {
42
43
44
45
46
)->assertExitCode(2);
47
}
0 commit comments