aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller/visitor/ErrorNotFoundControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Properly handle 404 errorsArthurHoaro2020-09-121-0/+81
Use 404 template instead of default Slim error page if the route is not found. Fixes #827