Changeset 2278 for trunk/modules/unit_test/controllers/unit_test.php
- Timestamp:
- 03/10/2008 05:17:44 PM (9 months ago)
- Files:
-
- 1 modified
-
trunk/modules/unit_test/controllers/unit_test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/unit_test/controllers/unit_test.php
r2267 r2278 17 17 { 18 18 // Run tests and show results! 19 $test = new Unit_Test(MODPATH.'unit_test/tests/'); 20 echo $test->report(); 19 echo new Unit_Test(MODPATH.'unit_test/tests'); 21 20 } 22 21
