From 11eb072f80ae666f31cdc54c40aefeb7d5bdb014 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 22 Dec 2014 04:40:06 -0500
Subject: [PATCH] Fix rcube_utils::get_boolean() test to not use deprecated function alias
---
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