aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller/visitor/ShaarliPublicControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/front/controller/visitor/ShaarliPublicControllerTest.php')
-rw-r--r--tests/front/controller/visitor/ShaarliPublicControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/front/controller/visitor/ShaarliPublicControllerTest.php b/tests/front/controller/visitor/ShaarliPublicControllerTest.php
index 1f7d57ad..899b280b 100644
--- a/tests/front/controller/visitor/ShaarliPublicControllerTest.php
+++ b/tests/front/controller/visitor/ShaarliPublicControllerTest.php
@@ -16,7 +16,7 @@ use Slim\Http\Uri;
16 * This class is used to test default behavior of ShaarliController abstract class. 16 * This class is used to test default behavior of ShaarliController abstract class.
17 * It uses a dummy non abstract controller. 17 * It uses a dummy non abstract controller.
18 */ 18 */
19class ShaarliControllerTest extends TestCase 19class ShaarliPublicControllerTest extends TestCase
20{ 20{
21 use FrontControllerMockHelper; 21 use FrontControllerMockHelper;
22 22