aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller/admin/ConfigureControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* ConfigureControllerTest.php: update expected languages number to 6nodiscc2020-11-221-1/+1
| | | | Following the addition of russian translations in #1642 Fixes https://github.com/shaarli/Shaarli/issues/1647
* Add Markdown Extra formatterArthurHoaro2020-10-131-1/+1
| | | | | | | | Library: [Parsedown Extra](https://github.com/erusev/parsedown-extra) Also sort dependencies alphabetically. Fixes #1169
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Fix UTArthurHoaro2020-08-271-1/+1
|
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-3/+3
| | | | Also prefix most admin routes with /admin/
* Process configure page through Slim controllerArthurHoaro2020-07-231-0/+252