]> BookStack Code Mirror - bookstack/blobdiff - tests/Api/ExportsApiTest.php
Deps: Updated PHP composer dependancy versions, fixed test namespaces
[bookstack] / tests / Api / ExportsApiTest.php
index d427c1a4da537d16d929633f4ef89d4340d03e83..e1ac698d0a48937f782e4891efed2b1c908673bf 100644 (file)
@@ -1,10 +1,9 @@
 <?php
 
-namespace Api;
+namespace Tests\Api;
 
 use BookStack\Entities\Models\Book;
 use BookStack\Entities\Models\Chapter;
-use Tests\Api\TestsApi;
 use Tests\Exports\ZipTestHelper;
 use Tests\TestCase;