diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/updater.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/updater.php b/tests/lib/updater.php index dc1e9e5446f..2dab2750dcd 100644 --- a/tests/lib/updater.php +++ b/tests/lib/updater.php @@ -92,7 +92,6 @@ class UpdaterTest extends \Test\TestCase { ->disableOriginalConstructor() ->getMock() ; - \OC_Appconfig::setValue('core', 'lastupdatedat', 0); $mockedHTTPHelper = $this->getMockBuilder('\OC\HTTPHelper') ->setConstructorArgs(array(\OC::$server->getConfig())) |