nextcloud-server/tests
Individual IT Services fbe43e6a26 cache result of \OCP\Util::needUpgrade()
reduce calls of \OCP\Util::needUpgrade()
where \OCP\Util::needUpgrade() is called we can call as well
self::checkUpgrade and use the cached result
In line 877 the call way unnecessary anyway because of the first part of
the if statement

move caching to \OCP\Util::needUpgrade

renaming variable

fixing testNeedUpgradeCore()

cache result of checkUpgrade() in self::$needUpgrade

reduce calls of \OCP\Util::needUpgrade()
where \OCP\Util::needUpgrade() is called we can call as well
self::checkUpgrade and use the cached result
In line 877 the call way unnecessary anyway because of the first part of
the if statement

move caching to \OCP\Util::needUpgrade

renaming variable

fixing testNeedUpgradeCore()

fix typo in variable name

deleting tabs
2015-09-29 15:34:42 +07:00
..
acceptance
apps [App Code Check] add check for version and mandatory fields 2015-09-24 11:58:12 +07:00
core Move the filtering of sensitive data to the config class 2015-09-25 11:08:33 +07:00
data Use certificates that expire in 10 years 2015-08-27 22:23:08 +07:00
lib cache result of \OCP\Util::needUpgrade() 2015-09-29 15:34:42 +07:00
ocs Following the spec: 2015-08-05 17:49:44 +07:00
ocs-provider Add endpoint with list of OCS providers 2015-06-27 18:23:49 +07:00
settings Move dummy backend to Tests namespace 2015-09-22 11:01:11 +07:00
apps.php do not execute integration tests when executing autotest.sh 2015-05-15 16:38:21 +07:00
bootstrap.php Load all enabled apps in test bootstrap 2015-09-07 16:06:53 +07:00
enable_all.php
karma.config.js Update JS unit tests for share dialog (WIP) 2015-09-16 07:23:29 +07:00
phpunit-autotest-external.xml
phpunit-autotest.xml Add endpoint with list of OCS providers 2015-06-27 18:23:49 +07:00
phpunit.xml.dist Add endpoint with list of OCS providers 2015-06-27 18:23:49 +07:00
preseed-config.php
startsessionlistener.php