From 60bfdac716ff1b95c209271514c9824533f215f4 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Tue, 29 Sep 2009 09:58:53 -0400 Subject: [PATCH] Include PHPUnit/Framework.php --- framework/View/test/Horde/View/AllTests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/View/test/Horde/View/AllTests.php b/framework/View/test/Horde/View/AllTests.php index ead96dcc5..424ccf970 100644 --- a/framework/View/test/Horde/View/AllTests.php +++ b/framework/View/test/Horde/View/AllTests.php @@ -12,7 +12,7 @@ if (!defined('PHPUnit_MAIN_METHOD')) { define('PHPUnit_MAIN_METHOD', 'Horde_View_AllTests::main'); } -require_once 'PHPUnit/Framework/TestSuite.php'; +require_once 'PHPUnit/Framework.php'; require_once 'PHPUnit/TextUI/TestRunner.php'; class Horde_View_AllTests { -- 2.11.0