From 197a3e6faf9258c3cc78810081f3368325045d57 Mon Sep 17 00:00:00 2001
From: Paweł Słowik <pawel.slowik@iq.pl>
Date: Mon, 03 Sep 2012 09:10:26 -0400
Subject: [PATCH] Merge branch 'master' of https://github.com/roundcube/roundcubemail
---
tests/MailFunc.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/MailFunc.php b/tests/MailFunc.php
index 57a6b9d..967277c 100644
--- a/tests/MailFunc.php
+++ b/tests/MailFunc.php
@@ -8,7 +8,7 @@
class MailFunc extends PHPUnit_Framework_TestCase
{
- function __construct()
+ function setUp()
{
// simulate environment to successfully include func.inc
$GLOBALS['RCMAIL'] = $RCMAIL = rcmail::get_instance();
--
Gitblit v1.9.1