Changeset 3262
- Timestamp:
- 01/13/07 15:20:31 (2 years ago)
- Files:
-
- tools/lime/lib/lime.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/lime/lib/lime.php
r3225 r3262 533 533 $this->output->echoln(sprintf('Files=%d, Tests=%d', count($this->files), $this->stats['_nb_tests']), 'INFO'); 534 534 } 535 536 return $this->stats['_failed_tests'] ? false : true; 535 537 } 536 538