aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Settings/Admin/ServerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move settings to an appChristoph Wurst2019-09-281-85/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Cleanup the Settings classJoas Schilling2019-08-261-23/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix settings testsJulius Härtl2018-05-031-51/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use ::class in test mocksMorris Jobke2017-10-241-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Always log cron executionMorris Jobke2017-08-171-8/+2
| | | | | | | | | | | There was a setting to disable the last execution of cron. There is no known problem with this write access and it was also questioned when this feature was build in https://github.com/owncloud/core/pull/7689#issuecomment-38264707 Recently there was also a bug report about a non-visible last cron execution (#6088) - let's better remove this. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* … and their tests needed adjustments, tooArthur Schiwon2017-06-291-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Always suggest the overwrite.cli.urlJoas Schilling2017-03-171-3/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Show a hint for system based cron user nameMorris Jobke2016-11-031-1/+3
| | | | | | | | | * makes it easier to setup cron job * gives hints for PHP documentation * disables the cron setting if requirements not met * fixes #1989 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use MockBuilder instead of createMockLukas Reschke2016-08-151-4/+4
| | | | CI uses an older PHPUnit
* Add unit testsLukas Reschke2016-08-151-0/+154