]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/EntityTest.php
Updated styles to use logical properties/values
[bookstack] / tests / Entity / EntityTest.php
index 97684ea4d66fc174e82c8c8b81b55a35488193d7..6d71d6090777aa6ad4dddc7065e00df37e648400 100644 (file)
@@ -1,4 +1,4 @@
-<?php namespace Tests;
+<?php namespace Tests\Entity;
 
 use BookStack\Entities\Bookshelf;
 use BookStack\Entities\Book;
@@ -7,6 +7,7 @@ use BookStack\Entities\Page;
 use BookStack\Auth\UserRepo;
 use BookStack\Entities\Repos\PageRepo;
 use Carbon\Carbon;
+use Tests\BrowserKitTest;
 
 class EntityTest extends BrowserKitTest
 {