]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/ExportTest.php
Code cleanup, bug squashing
[bookstack] / tests / Entity / ExportTest.php
index 9a2d32028e4b26887c7d231b68df2b1887668e3a..e022f92f5d66bf8f067faa8c6c838ff8331a135c 100644 (file)
@@ -1,10 +1,11 @@
-<?php namespace Tests;
+<?php namespace Tests\Entity;
 
 
-use BookStack\Entities\Chapter;
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Chapter;
+use BookStack\Entities\Models\Page;
 use BookStack\Uploads\HttpFetcher;
 use Illuminate\Support\Str;
+use Tests\TestCase;
 
 class ExportTest extends TestCase
 {