]> BookStack Code Mirror - bookstack/blobdiff - tests/Uploads/AttachmentTest.php
Update settings.php
[bookstack] / tests / Uploads / AttachmentTest.php
index 12b254d00a4c84ac87877d8e3e49917163f7c071..e98a90b35d2034aaa701a726a42fcb5de4939b30 100644 (file)
@@ -1,8 +1,9 @@
-<?php namespace Tests;
+<?php namespace Tests\Uploads;
 
 use BookStack\Uploads\Attachment;
 use BookStack\Entities\Page;
 use BookStack\Auth\Permissions\PermissionService;
+use Tests\TestCase;
 
 class AttachmentTest extends TestCase
 {