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>2015-08-06 14:23:50 +0300
committerAleksander Machniak <alec@alec.pl>2015-08-06 14:23:50 +0300
commit1b8ca08e5b042035b096c61d094fab0157941f17 (patch)
treedaf09e9f85087904fc16a10f7763bf1e074c5a9b /tests
parent92649075eccdb6d13bde64b044416afd5294adc6 (diff)
Added GSSAPI/Kerberos authentication plugin - krb_authentication
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 5c27d0e0d..f5cac92f6 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -64,6 +64,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/krb_authentication/tests/KrbAuthentication.php</file>
<file>./../plugins/legacy_browser/tests/LegacyBrowser.php</file>
<file>./../plugins/managesieve/tests/Managesieve.php</file>
<file>./../plugins/managesieve/tests/Parser.php</file>