]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/EntitySearchTest.php
Update settings.php
[bookstack] / tests / Entity / EntitySearchTest.php
index 34c3cd4a873dd14274884c558e3411e9b09511c9..72eb808dc4c581a84e03d85c74366ee79d3b238a 100644 (file)
@@ -1,10 +1,11 @@
-<?php namespace Tests;
+<?php namespace Tests\Entity;
 
 use BookStack\Actions\Tag;
 use BookStack\Entities\Book;
 use BookStack\Entities\Bookshelf;
 use BookStack\Entities\Chapter;
 use BookStack\Entities\Page;
+use Tests\TestCase;
 
 class EntitySearchTest extends TestCase
 {