Changeset 23715
- Timestamp:
- 11/09/09 10:18:59 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/lime/branches/2.0/test/unit/LimeAnnotationSupportTest.php
r23701 r23715 394 394 // assertion 395 395 $t->is($command->getStatus(), 0, 'The file returned exit status 0 (success)'); 396 $t->isOutput($command->getOutput(), '/on line 2 5(?!\d)/', 'like');396 $t->isOutput($command->getOutput(), '/on line 26(?!\d)/', 'like'); 397 397 398 398