]> BookStack Code Mirror - bookstack/blobdiff - tests/Commands/ResetMfaCommandTest.php
Added "page_include_parse" theme event
[bookstack] / tests / Commands / ResetMfaCommandTest.php
index 550f6d390ede0f05159681c1ee15aa13b43e8eca..e65a048ef92887c500a9c8be7149cbb8036b9ccb 100644 (file)
@@ -58,7 +58,7 @@ class ResetMfaCommandTest extends TestCase
 
     public function test_giving_non_existing_user_shows_error_message()
     {
-        $this->artisan("bookstack:reset-mfa [email protected]")
+        $this->artisan('bookstack:reset-mfa [email protected]')
             ->expectsOutput('A user where [email protected] could not be found.')
             ->assertExitCode(1);
     }