diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-12 14:15:24 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-12 14:15:24 +0200 |
commit | e30212013d591dee699724b559ec60f6495bad90 (patch) | |
tree | 11730bdc620a44f4819aac9d287af310f313d7a2 /tests/phpunit.xml | |
parent | 3ff7c9ed396beedaff96d18ce60ab03cad984acb (diff) |
Add dummy tests for legacy_browser plugin
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index bd92e585a..c2874fd07 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -57,6 +57,7 @@ <file>./../plugins/http_authentication/tests/HttpAuthentication.php</file> <file>./../plugins/identity_select/tests/IdentitySelect.php</file> <file>./../plugins/jqueryui/tests/Jqueryui.php</file> + <file>./../plugins/legacy_browser/tests/LegacyBrowser.php</file> <file>./../plugins/managesieve/tests/Managesieve.php</file> <file>./../plugins/managesieve/tests/Parser.php</file> <file>./../plugins/managesieve/tests/Tokenizer.php</file> |