]> BookStack Code Mirror - bookstack/blobdiff - tests/Permissions/RestrictionsTest.php
LDAP: Added TLS support
[bookstack] / tests / Permissions / RestrictionsTest.php
index 7d6c1831afdd0eeab6ecceb36b3b5f8127f61981..a43a65e5865c16744eddf636fa208ccce054176f 100644 (file)
@@ -58,7 +58,7 @@ class RestrictionsTest extends BrowserKitTest
 
     public function test_bookshelf_update_restriction()
     {
-        $shelf = BookShelf::first();
+        $shelf = Bookshelf::first();
 
         $this->actingAs($this->user)
             ->visit($shelf->getUrl('/edit'))