diff options
Diffstat (limited to 'tests/phpunit.xml.dist')
-rw-r--r-- | tests/phpunit.xml.dist | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/phpunit.xml.dist b/tests/phpunit.xml.dist index c1d02dd32a0..346c8f5f9c9 100644 --- a/tests/phpunit.xml.dist +++ b/tests/phpunit.xml.dist @@ -17,15 +17,12 @@ <directory suffix=".php">../apps/files_external/l10n</directory> <directory suffix=".php">../apps/files_external/3rdparty</directory> <directory suffix=".php">../apps/files_versions/l10n</directory> - <directory suffix=".php">../apps/files_encryption/l10n</directory> - <directory suffix=".php">../apps/files_encryption/3rdparty</directory> + <directory suffix=".php">../apps/encryption/l10n</directory> <directory suffix=".php">../apps/files_sharing/l10n</directory> <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">../apps/provisioning_api/tests</directory> <directory suffix=".php">../lib/l10n</directory> <directory suffix=".php">../core/l10n</directory> <directory suffix=".php">../settings/l10n</directory> |