From 57f7e6924dc8e996a06b46418e8f98f4d0a9531b Mon Sep 17 00:00:00 2001 From: knut <> Date: Mon, 6 Feb 2006 20:01:14 +0000 Subject: added PHPUnit2_Framework_IncompleteTestError --- tests/unit/phpunit2.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/phpunit2.php b/tests/unit/phpunit2.php index 81e85057..0dbda382 100644 --- a/tests/unit/phpunit2.php +++ b/tests/unit/phpunit2.php @@ -6,4 +6,5 @@ define('PRADO_FRAMEWORK_DIR', dirname(__FILE__).'/../../framework'); set_include_path(PRADO_FRAMEWORK_DIR.':'.get_include_path()); require_once PRADO_FRAMEWORK_DIR.'/prado.php'; require_once 'PHPUnit2/Framework/TestCase.php'; -?> \ No newline at end of file +require_once 'PHPUnit2/Framework/IncompleteTestError.php'; +?> -- cgit v1.2.3