]> BookStack Code Mirror - bookstack/blobdiff - tests/Api/PagesApiTest.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / tests / Api / PagesApiTest.php
index 0d084472d1a43e0caf78136a78b07801b8c816ed..22659d5bb726bf011403ce14cc728d810bde861a 100644 (file)
@@ -27,6 +27,10 @@ class PagesApiTest extends TestCase
                 'slug'     => $firstPage->slug,
                 'book_id'  => $firstPage->book->id,
                 'priority' => $firstPage->priority,
+                'owned_by'   => $firstPage->owned_by,
+                'created_by' => $firstPage->created_by,
+                'updated_by' => $firstPage->updated_by,
+                'revision_count' => $firstPage->revision_count,
             ],
         ]]);
     }