]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/CommentSettingTest.php
1. Fixed translation for Copy and Reply
[bookstack] / tests / Entity / CommentSettingTest.php
index 29df8b3278daf7f2a900ba9e6fdede2db24708b9..2683f57cb601767243b745edd31b2caf1ea4e457 100644 (file)
@@ -5,7 +5,7 @@ class CommentSettingTest extends BrowserKitTest {
 
   public function setUp() {
       parent::setUp();
-      $this->page = \BookStack\Page::first();
+      $this->page = \BookStack\Entities\Page::first();
   }
 
   public function test_comment_disable () {