diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-06-14 14:24:58 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-06-14 14:24:58 +0200 |
commit | 08f81f3f92c4283b33605490778d375c0f1d2b5a (patch) | |
tree | d833bc89b24c045331111459f7a76e872a1b3f54 /tests | |
parent | 8d62bb3aabb51ae0203541aa322e0f191542023d (diff) | |
download | nextcloud-server-08f81f3f92c4283b33605490778d375c0f1d2b5a.tar.gz nextcloud-server-08f81f3f92c4283b33605490778d375c0f1d2b5a.zip |
No coverage for lib/l10n and core/l10n
Diffstat (limited to 'tests')
-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 71fe69c6aa8..53cfb27a672 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -27,6 +27,8 @@ <directory suffix=".php">../apps/user_ldap/l10n</directory> <directory suffix=".php">../apps/user_webdavauth/l10n</directory> <directory suffix=".php">../lib/MDB2</directory> + <directory suffix=".php">../lib/l10n</directory> + <directory suffix=".php">../core/l10n</directory> </exclude> </whitelist> </filter> |