From 1a8fae15354276f37214f4900dab7a7a318b2ffa Mon Sep 17 00:00:00 2001 From: Synchro Date: Thu, 1 May 2014 11:43:40 +0200 Subject: [PATCH] Remove fixed PHPUnit loader --- test/phpmailerLangTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/test/phpmailerLangTest.php b/test/phpmailerLangTest.php index 460031c9..e5040d4c 100644 --- a/test/phpmailerLangTest.php +++ b/test/phpmailerLangTest.php @@ -13,7 +13,6 @@ * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License */ -require_once 'PHPUnit/Autoload.php'; require_once '../PHPMailerAutoload.php'; /**