]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/PageEditorTest.php
Applied StyleCI changes, added php/larastan to attribution
[bookstack] / tests / Entity / PageEditorTest.php
index 588de4f17a93ffd1baa5db0cfc63019417b750c5..652bc1336e5c98bccc20e156014f96d03ff93117 100644 (file)
@@ -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
+}