Include PHPUnit/Framework.php
authorChuck Hagenbuch <chuck@horde.org>
Tue, 29 Sep 2009 13:58:53 +0000 (09:58 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 29 Sep 2009 13:58:53 +0000 (09:58 -0400)
framework/View/test/Horde/View/AllTests.php

index ead96dc..424ccf9 100644 (file)
@@ -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 {