]>
BookStack Code Mirror - bookstack/blobdiff - tests/Api/BooksApiTest.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Queries: Update API to align data with previous versions
[bookstack]
/
tests
/
Api
/
BooksApiTest.php
diff --git
a/tests/Api/BooksApiTest.php
b/tests/Api/BooksApiTest.php
index b31bd7d37ee06e66de9940a1a710bc5ab2eab7ec..b8c2b613387ef79a156ecc783e5e9dd067083bca 100644
(file)
--- a/
tests/Api/BooksApiTest.php
+++ b/
tests/Api/BooksApiTest.php
@@
-24,6
+24,9
@@
class BooksApiTest extends TestCase
'id' => $firstBook->id,
'name' => $firstBook->name,
'slug' => $firstBook->slug,
+ 'owned_by' => $firstBook->owned_by,
+ 'created_by' => $firstBook->created_by,
+ 'updated_by' => $firstBook->updated_by,
],
]]);
}