diff options
-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'; +?> |