X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/de8cceb0f72f19ed0b3aa43d7a139639fa634bd2..refs/pull/3039/head:/tests/Entity/PageEditorTest.php diff --git a/tests/Entity/PageEditorTest.php b/tests/Entity/PageEditorTest.php index 588de4f17..652bc1336 100644 --- a/tests/Entity/PageEditorTest.php +++ b/tests/Entity/PageEditorTest.php @@ -8,10 +8,10 @@ use Tests\TestCase; class PageEditorTest extends TestCase { - /** @var Page */ + /** @var Page */ protected $page; - public function setUp(): void + protected function setUp(): void { parent::setUp(); $this->page = Page::query()->first(); @@ -74,4 +74,4 @@ class PageEditorTest extends TestCase 'draft' => false, ]); } -} \ No newline at end of file +}