aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/updater/UpdaterTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-673/+11
| | | | See #1307
* Run Unit Tests against PHP 7.4ArthurHoaro2020-01-171-0/+6
| | | | | | | | Bump PHPUnit version and fix unit test - Globals are handled differently and are persistent through tests - Tests without assertions are marked as risky: some of them are just meant to check that no error is raised.
* Remove the redirector settingArthurHoaro2019-02-091-4/+15
| | | | Fixes #1239
* namespacing: \Shaarli\UpdaterVirtualTam2019-01-121-0/+815
Signed-off-by: VirtualTam <virtualtam@flibidi.net>