]> BookStack Code Mirror - bookstack/blobdiff - tests/Auth/AuthTest.php
Applied styleci changes
[bookstack] / tests / Auth / AuthTest.php
index 718fb859d9b5c1b5b635b8e98c103ecd841f783b..2380aad7bb7b28e1c7eb683997c1a50d87548c01 100644 (file)
@@ -470,7 +470,7 @@ class AuthTest extends BrowserKitTest
         $this->assertTrue(auth()->check());
 
         $this->get('/books');
-        $this->assertRedirectedTo("/");
+        $this->assertRedirectedTo('/');
 
         $this->assertFalse(auth()->check());
     }