diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-10-14 09:30:56 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-10-14 09:30:56 +0200 |
commit | ddeed163c0ee8fa205e4a2fd87b61a80504f7ed9 (patch) | |
tree | 0cb2cbfd0d669ed094244054764768b3ed26877f | |
parent | 899e5944740f5583f2796138f8181a5f6500fee6 (diff) |
Add identity_select plugin to tests list
-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 da0f899a9..a5942c433 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -46,6 +46,7 @@ <file>./../plugins/help/tests/Help.php</file> <file>./../plugins/hide_blockquote/tests/HideBlockquote.php</file> <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/managesieve/tests/Managesieve.php</file> <file>./../plugins/managesieve/tests/Parser.php</file> |