From 672a55e6559fd28f81279cc548ce44b00041b477 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 15 Oct 2013 18:07:46 +0200 Subject: Remove unused global variable --- tests/MailFunc.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/MailFunc.php b/tests/MailFunc.php index 6ea39b1ec..32304f307 100644 --- a/tests/MailFunc.php +++ b/tests/MailFunc.php @@ -17,8 +17,6 @@ class MailFunc extends PHPUnit_Framework_TestCase $RCMAIL->storage_init(false); require_once INSTALL_PATH . 'program/steps/mail/func.inc'; - - $GLOBALS['EMAIL_ADDRESS_PATTERN'] = $EMAIL_ADDRESS_PATTERN; } /** -- cgit v1.2.3