]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/CommentStoreTest.php
Maintenance: Updated larastan target level, fixed issues from tests
[bookstack] / tests / Entity / CommentStoreTest.php
index c5fe4ce5064a600bbfa0fd427f780468e6482c8c..de093a3a6e94c242d8da68187659ebeb5afe1075 100644 (file)
@@ -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,
         ]);