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>2021-11-06 16:36:11 +0300
committerAleksander Machniak <alec@alec.pl>2021-11-06 16:36:11 +0300
commitd4cfb94c3db7b2719315ca596a59b777943c8d21 (patch)
tree3f4635dacda17ce83a69b556da1dc1f8f8947639 /tests
parent5b29790ab89543acc30f12312a11bcb11a69a97a (diff)
Small improvements and tests for the logout plugin
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 9a355b4d6..db0a9751b 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -32,6 +32,7 @@
<file>./../plugins/archive/tests/Archive.php</file>
<file>./../plugins/attachment_reminder/tests/AttachmentReminder.php</file>
<file>./../plugins/autologon/tests/Autologon.php</file>
+ <file>./../plugins/autologout/tests/Autologout.php</file>
<file>./../plugins/database_attachments/tests/DatabaseAttachments.php</file>
<file>./../plugins/debug_logger/tests/DebugLogger.php</file>
<file>./../plugins/emoticons/tests/Emoticons.php</file>