This commit is contained in:
Thomas Mueller 2012-11-05 21:26:59 +01:00
parent 972243d564
commit f9226f170e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
* *
*/ */
require_once("lib/template.php"); OC::autoload('OC_Template');
class Test_TemplateFunctions extends UnitTestCase { class Test_TemplateFunctions extends UnitTestCase {