]> BookStack Code Mirror - bookstack/blobdiff - tests/ThemeTest.php
Covered app icon setting with testing
[bookstack] / tests / ThemeTest.php
index efab53379f3d72a83d5af45d7fe4aa47de51b2d1..ee4f20f3084ce3ece8f34c98d2535b28051da954 100644 (file)
@@ -36,7 +36,7 @@ class ThemeTest extends TestCase
         ';
             file_put_contents($translationPath . '/entities.php', $customTranslations);
 
-            $homeRequest = $this->actingAs($this->getViewer())->get('/');
+            $homeRequest = $this->actingAs($this->users->viewer())->get('/');
             $this->withHtml($homeRequest)->assertElementContains('header nav', 'Sandwiches');
         });
     }