diff options
author | knut <> | 2006-02-06 20:01:14 +0000 |
---|---|---|
committer | knut <> | 2006-02-06 20:01:14 +0000 |
commit | 57f7e6924dc8e996a06b46418e8f98f4d0a9531b (patch) | |
tree | 39c394793448cd827a213dbcc24e2f1690360a79 /tests/unit | |
parent | d4b940958da86cee51f8cf906c47e7fdb7420bef (diff) |
added PHPUnit2_Framework_IncompleteTestError
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/phpunit2.php | 3 |
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'; +?> |