]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/BookShelfTest.php
Updated test files to be PSR-4 compliant
[bookstack] / tests / Entity / BookShelfTest.php
index a318ebe24e5be48cd29b7559c25679db6d02e44a..f3d29f60cd41dcaaacfc05cab19d274111c75ace 100644 (file)
@@ -1,10 +1,11 @@
-<?php namespace Tests;
+<?php namespace Tests\Entity;
 
 use BookStack\Auth\User;
 use BookStack\Entities\Book;
 use BookStack\Entities\Bookshelf;
 use BookStack\Uploads\Image;
 use Illuminate\Support\Str;
+use Tests\TestCase;
 use Tests\Uploads\UsesImages;
 
 class BookShelfTest extends TestCase