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