From: Gunnar Wrobel Date: Tue, 16 Nov 2010 14:04:54 +0000 (+0100) Subject: This should not be necessary and fails with PHPUnit <3.5.0. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=11178154ce626fbf64d1a533ac5dd42028af66bb;p=horde.git This should not be necessary and fails with PHPUnit <3.5.0. --- diff --git a/framework/Test/lib/Horde/Test/AllTests.php b/framework/Test/lib/Horde/Test/AllTests.php index 767afeb9a..d1ae8d389 100644 --- a/framework/Test/lib/Horde/Test/AllTests.php +++ b/framework/Test/lib/Horde/Test/AllTests.php @@ -13,8 +13,6 @@ if (!defined('PHPUnit_MAIN_METHOD')) { define('PHPUnit_MAIN_METHOD', 'Horde_Test_AllTests::main'); } -require_once 'PHPUnit/Autoload.php'; - /** * @package Horde_Test * @subpackage UnitTests