]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/CommentTest.php
Update settings.php
[bookstack] / tests / Entity / CommentTest.php
index 2b943f96f18c853dfd36f805110f7eb0715b0666..a2126407b43d121b10f6c55cad07eda7d0455b25 100644 (file)
@@ -1,7 +1,8 @@
-<?php namespace Tests;
+<?php namespace Tests\Entity;
 
 use BookStack\Entities\Page;
 use BookStack\Actions\Comment;
+use Tests\TestCase;
 
 class CommentTest extends TestCase
 {