Changeset 2283 for trunk/modules/unit_test/config/unit_test.php
- Timestamp:
- 03/11/2008 03:45:27 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/modules/unit_test/config/unit_test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/unit_test/config/unit_test.php
r2279 r2283 6 6 */ 7 7 $config['paths'] = array(); 8 9 /** 10 * Set to TRUE if you want to hide passed tests from the report. 11 */ 12 $config['hide_passed'] = FALSE;
