aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/updater
Commit message (Collapse)AuthorAgeFilesLines
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-182-679/+18
| | | | 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-122-0/+888
Signed-off-by: VirtualTam <virtualtam@flibidi.net>