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