Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-12-04 22:28:46 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2012-12-04 22:28:46 +0400
commit39e37fa9c64b61fa4d01a8894cd0a7ef577e61f0 (patch)
treed5af01b3f1fa4f3a9a485e3cfd247e5079582a79 /tests/enable_all.php
parent9e6ffece64ab8b44bc58ecb01249b682e8d45ba6 (diff)
Enabling unit testing for apptemplate_advanced
Diffstat (limited to 'tests/enable_all.php')
-rw-r--r--tests/enable_all.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/enable_all.php b/tests/enable_all.php
index 23a1e8ab68c..16838398f17 100644
--- a/tests/enable_all.php
+++ b/tests/enable_all.php
@@ -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');