]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/PageEditorTest.php
Laravel 8 shift squash & merge (#3029)
[bookstack] / tests / Entity / PageEditorTest.php
index 9b0a8f188106d7d46d15d91ba535165cf6395ac8..652bc1336e5c98bccc20e156014f96d03ff93117 100644 (file)
@@ -11,7 +11,7 @@ class PageEditorTest extends TestCase
     /** @var Page */
     protected $page;
 
-    public function setUp(): void
+    protected function setUp(): void
     {
         parent::setUp();
         $this->page = Page::query()->first();