]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/TagTest.php
Upgraded to Laravel 5.4
[bookstack] / tests / Entity / TagTest.php
index 2d42ffa4b9e2d41a2ea2e36e4bfb5e2fad18b6f8..f4ce581e3f93d49571213b0cbeb34fe24a457ce1 100644 (file)
@@ -1,10 +1,10 @@
-<?php namespace Entity;
+<?php
 
 use BookStack\Tag;
 use BookStack\Page;
 use BookStack\Services\PermissionService;
 
-class TagTest extends \TestCase
+class TagTest extends BrowserKitTest
 {
 
     protected $defaultTagCount = 20;