Changeset 105
- Timestamp:
- 01/08/08 21:45:22 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Stagehand/TestRunner/PHPSpec/Reporter.php
r103 r105 191 191 */ 192 192 193 // }}}194 // {{{ _format()195 196 /**197 * @param string $description198 */199 protected function _format($description)200 {201 return preg_replace('/spec$/', '', preg_replace('/^describe ?/', '', $description)) . ' ';202 }203 204 193 /**#@-*/ 205 194
