]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/MarkdownTest.php
Code cleanup, bug squashing
[bookstack] / tests / Entity / MarkdownTest.php
index b85e92565aa69037982e82271c41cf19cd46e9d5..5e5fa8a0c2f7b52427784e295bef3b935e250294 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\Models\Page::first();
     }
 
     protected function setMarkdownEditor()