Changeset 103

Show
Ignore:
Timestamp:
12/26/07 21:13:35 (13 months ago)
Author:
iteman
Message:

- Added support for DELIBERATEFAIL.

Files:
1 modified

Legend:

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

    r102 r103  
    155155                                                                '/^(  -)(.+)( \(ERROR|EXCEPTION\))/m', 
    156156                                                                '/^(  -)(.+)( \(FAIL\))/m', 
     157                                                                '/^(  -)(.+)( \(DELIBERATEFAIL\))/m', 
    157158                                                                '/^(  -)(.+)( \(PENDING\))/m', 
    158159                                                                '/^(  -)(.+)/m', 
     
    166167                                                          array("$colorCode\$1%n", 
    167168                                                                '%p$1$2$3%n', 
     169                                                                '%r$1$2$3%n', 
    168170                                                                '%r$1$2$3%n', 
    169171                                                                '%y$1$2$3%n',