Merge pull request #268 from owncloud/fixing_template_test

Fixing failing template unit test
This commit is contained in:
Lukas Reschke 2012-11-05 12:46:25 -08:00
commit 3a4fc7c5b6

View file

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