]> BookStack Code Mirror - bookstack/blobdiff - tests/FavouriteTest.php
Added language list favourites sorting, updated styles
[bookstack] / tests / FavouriteTest.php
index 6a5c82eab58f64c3edfe2e4e55a0eb4e16aef2e7..017dd889fe202b7609253ee85188d5f4ac040e0e 100644 (file)
@@ -76,7 +76,7 @@ class FavouriteTest extends TestCase
     public function test_header_contains_link_to_favourites_page_when_logged_in()
     {
         $this->setSettings(['app-public' => 'true']);
-         $resp = $this->get('/');
+        $resp = $this->get('/');
         $this->withHtml($resp)->assertElementNotContains('header', 'My Favourites');
         $resp = $this->actingAs($this->getViewer())->get('/');
         $this->withHtml($resp)->assertElementContains('header a', 'My Favourites');