From 06fdaf88cb1a355e445294beba4a89d0209ac71e Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 13 Aug 2014 13:15:12 -0400 Subject: [PATCH] Extend rcmail::url() to produce absolute and fully qualified URLs --- tests/phpunit.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 4d50ad6..5c27d0e 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -46,6 +46,7 @@ <file>Framework/VCard.php</file> <file>Framework/Washtml.php</file> <file>MailFunc.php</file> + <file>RcmailFunc.php</file> </testsuite> <testsuite name="Plugins Tests"> <file>./../plugins/acl/tests/Acl.php</file> -- Gitblit v1.9.1