aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller/visitor
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-05-27 14:13:49 +0200
committerArthurHoaro <arthur@hoa.ro>2020-07-23 21:19:21 +0200
commitfdedbfd4a7fb547da0e0ce65c6180f74aad90691 (patch)
tree971c900113cae0d15987e2aedf2867ea8e00f324 /tests/front/controller/visitor
parentef00f9d2033f6de11e71bf3a909399cae6f73a9f (diff)
downloadShaarli-fdedbfd4a7fb547da0e0ce65c6180f74aad90691.tar.gz
Shaarli-fdedbfd4a7fb547da0e0ce65c6180f74aad90691.tar.zst
Shaarli-fdedbfd4a7fb547da0e0ce65c6180f74aad90691.zip
Test ShaarliAdminController
Diffstat (limited to 'tests/front/controller/visitor')
-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