]>
BookStack Code Mirror - bookstack/blobdiff - tests/Entity/CommentStoreTest.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Maintenance: Updated larastan target level, fixed issues from tests
[bookstack]
/
tests
/
Entity
/
CommentStoreTest.php
diff --git
a/tests/Entity/CommentStoreTest.php
b/tests/Entity/CommentStoreTest.php
index c5fe4ce5064a600bbfa0fd427f780468e6482c8c..de093a3a6e94c242d8da68187659ebeb5afe1075 100644
(file)
--- a/
tests/Entity/CommentStoreTest.php
+++ b/
tests/Entity/CommentStoreTest.php
@@
-27,7
+27,6
@@
class CommentStoreTest extends TestCase
'local_id' => 1,
'entity_id' => $page->id,
'entity_type' => Page::newModelInstance()->getMorphClass(),
- 'text' => null,
'parent_id' => 2,
]);