]> source.dussan.org Git - nextcloud-server.git/commitdiff
Enabling unit testing for apptemplate_advanced
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Dec 2012 18:28:46 +0000 (19:28 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Dec 2012 18:28:46 +0000 (19:28 +0100)
tests/enable_all.php

index 23a1e8ab68cc1207938d5b15bdc98fcccc1db238..16838398f1751d5a8e63f18ea5eac9fabe9bc64b 100644 (file)
@@ -10,6 +10,7 @@ require_once __DIR__.'/../lib/base.php';
 
 OC_App::enable('calendar');
 OC_App::enable('contacts');
+OC_App::enable('apptemplate_advanced');
 #OC_App::enable('files_archive');
 #OC_App::enable('mozilla_sync');
 #OC_App::enable('news');