aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/bootstrap.php
Commit message (Collapse)AuthorAgeFilesLines
* Add mutex on datastore I/O operationsArthurHoaro2020-10-131-0/+4
| | | | | | To make sure that there is no concurrent operation on the datastore file. Fixes #1132
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-0/+1
|
* Process Shaarli install through Slim controllerArthurHoaro2020-07-231-3/+8
|
* 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.