diff --git a/tests/Console/UserRolesCommandTest.php b/tests/Console/UserRolesCommandTest.php index 174d7fd..91d69d2 100644 --- a/tests/Console/UserRolesCommandTest.php +++ b/tests/Console/UserRolesCommandTest.php @@ -1,3 +1,14 @@ once(); + + $this->artisan('roles:create') + ->expectsOutput('Updating roles...') + ->expectsOutput('All done!') + ->assertExitCode(0); +});