summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/tests/Notification/BackgroundJobTest.php
Commit message (Expand)AuthorAgeFilesLines
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-9/+9
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+2
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+5
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+3
* Make Update notficiations strict and fix all inspectionsJoas Schilling2018-01-181-20/+21
* Make isUpdateAvailable non-staticMorris Jobke2017-11-251-1/+7
* Fix unit testJoas Schilling2017-03-261-1/+1
* Create a notification when the update server couldn't be reached for some daysJoas Schilling2017-03-261-38/+69
* Fix update notification testsJoas Schilling2017-01-091-36/+13
* Use new URL schemaJoas Schilling2016-10-041-1/+1
* Use the readable version for notificationsJoas Schilling2016-10-041-10/+14
* Fix deprecated getMock warningRoeland Jago Douma2016-08-141-10/+10
* Fix apps/Joas Schilling2016-07-211-2/+3
* Add a URL to the notificationsJoas Schilling2016-05-241-12/+33
* Add tests for the background jobJoas Schilling2016-05-241-0/+409