aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/index.php b/tests/index.php
index b5ae55808a1..2e86366740b 100644
--- a/tests/index.php
+++ b/tests/index.php
@@ -30,7 +30,7 @@ require_once 'simpletest/default_reporter.php';
loadTests(dirname(__FILE__));
//load app test cases
-$apps=OC_App::getAllApps();
+$apps=OC_Appconfig::getApps();
foreach($apps as $app){
if(is_dir(OC::$SERVERROOT.'/apps/'.$app.'/tests')){
loadTests(OC::$SERVERROOT.'/apps/'.$app.'/tests');