diff options
author | wei <> | 2007-02-27 23:59:53 +0000 |
---|---|---|
committer | wei <> | 2007-02-27 23:59:53 +0000 |
commit | 56df1d34bd381e864f613cc3b72fb886dc548008 (patch) | |
tree | e4e707081bc2ad1e75402447d978e689fa66b285 /tests/simple_unit/unit.php | |
parent | 5e62551cd31137fc507e4061090a06003843a6c7 (diff) |
Fix test cases for active record.
Diffstat (limited to 'tests/simple_unit/unit.php')
-rw-r--r-- | tests/simple_unit/unit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_unit/unit.php b/tests/simple_unit/unit.php index 02e645b0..b58c98c5 100644 --- a/tests/simple_unit/unit.php +++ b/tests/simple_unit/unit.php @@ -4,7 +4,7 @@ include_once '../test_tools/unit_tests.php'; $test_cases = dirname(__FILE__)."/";
-$tester = new PradoUnitTester($test_cases, null);
+$tester = new PradoUnitTester($test_cases);
$tester->run(new HtmlReporter());
?>
\ No newline at end of file |