mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-10 09:12:15 +01:00
Add more tests; Add filter in filament resource; Added options for user create command
This commit is contained in:
committed by
Constantin Graf
parent
84c9cfe2f2
commit
dce608e403
@@ -29,7 +29,6 @@ class UserVerifyCommandTest extends TestCaseWithDatabase
|
||||
$command = $this->artisan('admin:user:verify', ['email' => $user->email]);
|
||||
|
||||
// Assert
|
||||
|
||||
$command->expectsOutput('Start verifying user with email "'.$user->email.'"')
|
||||
->expectsOutput('User with email "'.$user->email.'" has been verified.')
|
||||
->assertExitCode(0);
|
||||
|
||||
Reference in New Issue
Block a user