aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller/visitor/PictureWallControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Handle pagination through BookmarkServiceArthurHoaro2021-01-201-3/+4
| | | | | | | Handle all search results through SearchResult object. This is a required step toward implementing a BookmarkService based on SQL database. Related to #953
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-8/+10
|
* Process password change controller through SlimArthurHoaro2020-07-231-4/+0
|
* Initialize admin Slim controllersArthurHoaro2020-07-231-0/+125
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links