Changeset 4259
- Timestamp:
- 06/19/07 09:24:40 (1 year ago)
- Files:
-
- tools/lime/trunk/lib/lime.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/lime/trunk/lib/lime.php
r4256 r4259 53 53 $this->output->red_bar(sprintf(" Looks like you failed %d tests of %d.", $this->failed, $this->plan)); 54 54 } 55 else 55 else if ($total == $this->plan) 56 56 { 57 57 $this->output->green_bar(" Looks like everything went fine.");