From: Michael M Slusarz Date: Thu, 2 Dec 2010 23:04:24 +0000 (-0700) Subject: Revert "This should not be necessary and fails with PHPUnit <3.5.0." X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a6477edf18ede1c43c9f865072ab40ef33379799;p=horde.git Revert "This should not be necessary and fails with PHPUnit <3.5.0." This reverts commit 11178154ce626fbf64d1a533ac5dd42028af66bb. This is necessary - or else I get: Fatal error: Class 'PHPUnit_TextUI_TestRunner' not found[...] --- diff --git a/framework/Test/lib/Horde/Test/AllTests.php b/framework/Test/lib/Horde/Test/AllTests.php index d1ae8d389..767afeb9a 100644 --- a/framework/Test/lib/Horde/Test/AllTests.php +++ b/framework/Test/lib/Horde/Test/AllTests.php @@ -13,6 +13,8 @@ if (!defined('PHPUnit_MAIN_METHOD')) { define('PHPUnit_MAIN_METHOD', 'Horde_Test_AllTests::main'); } +require_once 'PHPUnit/Autoload.php'; + /** * @package Horde_Test * @subpackage UnitTests