summaryrefslogtreecommitdiffstats
path: root/tests/enable_all.php
diff options
context:
space:
mode:
authorTom Needham <tom@owncloud.com>2014-12-22 13:54:50 +0000
committerThomas Müller <thomas.mueller@tmit.eu>2014-12-24 22:15:20 +0100
commitdc85c20b1834e0691d8f642d79028b60c94eff30 (patch)
tree036d28b2d46813f6899270579c8db1f91124b637 /tests/enable_all.php
parent801b9e0494d90dac3d1103d7e603cdfec9fe62c7 (diff)
downloadnextcloud-server-dc85c20b1834e0691d8f642d79028b60c94eff30.tar.gz
nextcloud-server-dc85c20b1834e0691d8f642d79028b60c94eff30.zip
Add provisioning_api app
enable unit tests for provisioning api fix admin docu key
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 d6c3184edd6..e9b538713a5 100644
--- a/tests/enable_all.php
+++ b/tests/enable_all.php
@@ -21,4 +21,5 @@ enableApp('files_trashbin');
enableApp('files_encryption');
enableApp('user_ldap');
enableApp('files_versions');
+enableApp('provisioning_api');