]>
BookStack Code Mirror - bookstack/blobdiff - tests/Api/ChaptersApiTest.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Made fixes/updates during pre-release review
[bookstack]
/
tests
/
Api
/
ChaptersApiTest.php
diff --git
a/tests/Api/ChaptersApiTest.php
b/tests/Api/ChaptersApiTest.php
index 422631c3af9e9bb674da98333d74a94a0c63bca2..c7368eaee1835209d64df5ce90642f864bf3131b 100644
(file)
--- a/
tests/Api/ChaptersApiTest.php
+++ b/
tests/Api/ChaptersApiTest.php
@@
-106,6
+106,9
@@
class ChaptersApiTest extends TestCase
'updated_by' => [
'name' => $chapter->createdBy->name,
],
+ 'owned_by' => [
+ 'name' => $chapter->ownedBy->name
+ ],
'pages' => [
[
'id' => $page->id,