summaryrefslogtreecommitdiffstats
path: root/tests/lib/Updater/VersionCheckTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Show EOL warning in the update sectionJoas Schilling2018-04-181-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Cache final result of update checkMorris Jobke2017-12-181-1/+52
| | | | | | | | If the parsed data is not a valid response we should not cache it and only cache the preprocessed result set. Fixes #7442 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class in test mocksMorris Jobke2017-10-241-2/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update the URLs in tests to use example.orgMorris Jobke2017-08-011-6/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Document updater channel & check for correct PHP version in updaterMorris Jobke2016-12-061-1/+1
| | | | | | * see https://github.com/nextcloud/updater/issues/53 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use the same URL everywhereJoas Schilling2016-09-271-8/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Return the autoupdater value from the serverJoas Schilling2016-09-271-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Change updater URLJoas Schilling2016-09-081-12/+12
|
* Fix getMock UpdaterRoeland Jago Douma2016-09-071-2/+4
|
* fix testsMorris Jobke2016-09-071-12/+12
|
* Deprecate getEditionString()Joas Schilling2016-09-061-1/+1
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+261
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader