]> BookStack Code Mirror - bookstack/blobdiff - tests/Settings/SettingsTest.php
respective book and chapter structure added.
[bookstack] / tests / Settings / SettingsTest.php
index fb952585a20be5a84cba82868ee93a64a26c23bb..9d45706e77bbbda8800428cd2b839e65797a3351 100644 (file)
@@ -6,6 +6,11 @@ use Tests\TestCase;
 
 class SettingsTest extends TestCase
 {
+    public function test_admin_can_see_settings()
+    {
+        $this->asAdmin()->get('/settings/features')->assertSee('Settings');
+    }
+
     public function test_settings_endpoint_redirects_to_settings_view()
     {
         $resp = $this->asAdmin()->get('/settings');