Changeset 2284 for trunk/modules/unit_test/controllers/unit_test.php
- Timestamp:
- 03/11/2008 07:03:50 AM (10 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
r2278 r2284 17 17 { 18 18 // Run tests and show results! 19 echo new Unit_Test (MODPATH.'unit_test/tests');19 echo new Unit_Test; 20 20 } 21 21
