diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/enable_all.php | 1 | ||||
-rw-r--r-- | tests/phpunit-autotest.xml | 2 | ||||
-rw-r--r-- | tests/phpunit.xml.dist | 2 |
3 files changed, 5 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'); 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> diff --git a/tests/phpunit.xml.dist b/tests/phpunit.xml.dist index 95abe473965..c1d02dd32a0 100644 --- a/tests/phpunit.xml.dist +++ b/tests/phpunit.xml.dist @@ -23,6 +23,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> |