X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d17eb0f54cd1e12fae9a1d015f4ad4b6b6f764c6..7f95b51b00d0d5fa1e7bcf5574f2d58bddcbd504:/tests/Entity/CommentSettingTest.php diff --git a/tests/Entity/CommentSettingTest.php b/tests/Entity/CommentSettingTest.php index 29df8b327..2683f57cb 100644 --- a/tests/Entity/CommentSettingTest.php +++ b/tests/Entity/CommentSettingTest.php @@ -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 () {