Changeset 105

Show
Ignore:
Timestamp:
01/08/08 21:45:22 (12 months ago)
Author:
iteman
Message:

- Removed _format().

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/Stagehand/TestRunner/PHPSpec/Reporter.php

    r103 r105  
    191191     */ 
    192192 
    193     // }}} 
    194     // {{{ _format() 
    195  
    196     /** 
    197      * @param string $description 
    198      */ 
    199     protected function _format($description) 
    200     { 
    201         return preg_replace('/spec$/', '', preg_replace('/^describe ?/', '', $description)) . ' '; 
    202     } 
    203  
    204193    /**#@-*/ 
    205194