summaryrefslogtreecommitdiffstats
path: root/tests/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/index.php')
-rw-r--r--tests/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/index.php b/tests/index.php
index 3d410cd4330..efa730f6f8f 100644
--- a/tests/index.php
+++ b/tests/index.php
@@ -46,7 +46,7 @@ foreach($testCases as $testCaseClass){
$testResults[$testCaseClass]=$results;
}
-$tmpl = new OC_TEMPLATE( 'tests', 'index');
+$tmpl = new OC_Template( 'tests', 'index');
$tmpl->assign('tests',$testResults);
$tmpl->printPage();