Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2016-12-02 20:48:40 +0300
committerAleksander Machniak <alec@alec.pl>2016-12-02 20:48:40 +0300
commitbbab6a6db7f7cfceecb2d49da09c81186075ff9c (patch)
tree1322a20dd9a807349ce4375a0eb1a8a53d8e88c5 /tests
parent8fc488afa040e67940b5aa3ecff44c531c86c1b9 (diff)
Identicon plugin
https://kolabian.wordpress.com/2016/12/02/contact-identicons/
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 08cb1c2a8..9bbf85b32 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -67,6 +67,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/identicon/tests/Identicon.php</file>
<file>./../plugins/identity_select/tests/IdentitySelect.php</file>
<file>./../plugins/jqueryui/tests/Jqueryui.php</file>
<file>./../plugins/krb_authentication/tests/KrbAuthentication.php</file>