]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/MarkdownTest.php
Update settings.php
[bookstack] / tests / Entity / MarkdownTest.php
index b85e92565aa69037982e82271c41cf19cd46e9d5..452b4c07f379ed1a1ed4e7e1c747192ca541700c 100644 (file)
@@ -1,13 +1,15 @@
-<?php namespace Tests;
+<?php namespace Tests\Entity;
+
+use Tests\BrowserKitTest;
 
 class MarkdownTest extends BrowserKitTest
 {
     protected $page;
 
-    public function setUp()
+    public function setUp(): void
     {
         parent::setUp();
-        $this->page = \BookStack\Page::first();
+        $this->page = \BookStack\Entities\Page::first();
     }
 
     protected function setMarkdownEditor()