aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/render/PageCacheManagerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-261-2/+2
|
* Process Shaarli install through Slim controllerArthurHoaro2020-07-231-3/+2
|
* Process Daily RSS feed through Slim controllerArthurHoaro2020-07-231-2/+2
| | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine.
* Migrate cache purge function to a proper classArthurHoaro2020-07-231-0/+86
And update dependencies and tests. Note that SESSION['tags'] has been removed a log ago