]> BookStack Code Mirror - bookstack/blobdiff - tests/Api/ShelvesApiTest.php
Search: Prevented negated terms filling in UI inputs
[bookstack] / tests / Api / ShelvesApiTest.php
index f1b8ed98553cce61f099273f52dd7c1784d9511d..be276e110040cd156c68e7d996ee26b458a1373c 100644 (file)
@@ -25,6 +25,9 @@ class ShelvesApiTest extends TestCase
                 'id'   => $firstBookshelf->id,
                 'name' => $firstBookshelf->name,
                 'slug' => $firstBookshelf->slug,
+                'owned_by' => $firstBookshelf->owned_by,
+                'created_by' => $firstBookshelf->created_by,
+                'updated_by' => $firstBookshelf->updated_by,
             ],
         ]]);
     }