aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/bootstrap.php
Commit message (Collapse)AuthorAgeFilesLines
* Initialize admin Slim controllersArthurHoaro2020-07-231-1/+2
| | | | | | - Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links
* Refactor front controller tests to create container mock using a traitArthurHoaro2020-07-231-0/+2
|
* Migrate cache purge function to a proper classArthurHoaro2020-07-231-1/+0
| | | | | | And update dependencies and tests. Note that SESSION['tags'] has been removed a log ago
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-0/+18
| | | | See #1307
* Shaarli's translationArthurHoaro2017-10-221-0/+6
* translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency.