From: Chuck Hagenbuch Date: Sun, 3 Oct 2010 21:18:05 +0000 (-0400) Subject: Fix loading PHPUnit for PHPUnit 3.5+ X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8e22d4a72eaa8dc62f9fb905b1db295d380c33c3;p=horde.git Fix loading PHPUnit for PHPUnit 3.5+ --- diff --git a/framework/Test/lib/Horde/Test/AllTests.php b/framework/Test/lib/Horde/Test/AllTests.php index 6e6a8199b..767afeb9a 100644 --- a/framework/Test/lib/Horde/Test/AllTests.php +++ b/framework/Test/lib/Horde/Test/AllTests.php @@ -13,8 +13,7 @@ if (!defined('PHPUnit_MAIN_METHOD')) { define('PHPUnit_MAIN_METHOD', 'Horde_Test_AllTests::main'); } -require_once 'PHPUnit/Framework.php'; -require_once 'PHPUnit/TextUI/TestRunner.php'; +require_once 'PHPUnit/Autoload.php'; /** * @package Horde_Test