]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/CommentSettingTest.php
Move logFailedAccess into Activity
[bookstack] / tests / Entity / CommentSettingTest.php
index 2683f57cb601767243b745edd31b2caf1ea4e457..967e550a735e6294faf970bcfc1a605b8a57c2f7 100644 (file)
@@ -3,7 +3,7 @@
 class CommentSettingTest extends BrowserKitTest {
   protected $page;
 
-  public function setUp() {
+  public function setUp(): void {
       parent::setUp();
       $this->page = \BookStack\Entities\Page::first();
   }