aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/render
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility with PHPUnit 9ArthurHoaro2020-09-292-2/+2
|
* 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
* Optimize and cleanup importsVirtualTam2019-01-131-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Render\{PageBuilder,ThemeUtils}VirtualTam2019-01-121-0/+55
Signed-off-by: VirtualTam <virtualtam@flibidi.net>