From a6477edf18ede1c43c9f865072ab40ef33379799 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 2 Dec 2010 16:04:24 -0700 Subject: [PATCH] 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[...] --- framework/Test/lib/Horde/Test/AllTests.php | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.0