diff options
author | Tom Needham <tom@owncloud.com> | 2014-12-22 13:54:50 +0000 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-12-24 22:15:20 +0100 |
commit | dc85c20b1834e0691d8f642d79028b60c94eff30 (patch) | |
tree | 036d28b2d46813f6899270579c8db1f91124b637 /tests/phpunit-autotest.xml | |
parent | 801b9e0494d90dac3d1103d7e603cdfec9fe62c7 (diff) | |
download | nextcloud-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/phpunit-autotest.xml')
-rw-r--r-- | tests/phpunit-autotest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index 15e0e3dd408..18d40d86ef7 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -28,6 +28,8 @@ <directory suffix=".php">../apps/files_trashbin/l10n</directory> <directory suffix=".php">../apps/user_ldap/l10n</directory> <directory suffix=".php">../apps/user_webdavauth/l10n</directory> + <directory suffix=".php">../provisioning_api/l10n</directory> + <directory suffix=".php">../provisioning_api/tests</directory> <directory suffix=".php">../lib/MDB2</directory> <directory suffix=".php">../lib/l10n</directory> <directory suffix=".php">../core/l10n</directory> |