summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authorknut <>2006-02-06 20:01:14 +0000
committerknut <>2006-02-06 20:01:14 +0000
commit57f7e6924dc8e996a06b46418e8f98f4d0a9531b (patch)
tree39c394793448cd827a213dbcc24e2f1690360a79 /tests/unit
parentd4b940958da86cee51f8cf906c47e7fdb7420bef (diff)
added PHPUnit2_Framework_IncompleteTestError
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/phpunit2.php3
1 files changed, 2 insertions, 1 deletions
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';
+?>