Changeset 9da533b


Ignore:
Timestamp:
11/01/11 11:07:07 (7 months ago)
Author:
mrook
Branches:
master
Children:
519d6f3
Parents:
af7d1f7
git-author:
Michiel Rook <mrook@…> (11/01/11 11:07:07)
git-committer:
Michiel Rook <mrook@…> (11/01/11 11:07:07)
Message:

Simplify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/phing/tasks/ext/phpunit/formatter/PlainPHPUnitResultFormatter.php

    raf7d1f7 r9da533b  
    5353    public function endTestSuite(PHPUnit_Framework_TestSuite $suite) 
    5454    { 
    55         foreach ($suite->tests() as $test) 
     55        if ($suite->getName() == 'AllTests') 
    5656        { 
    57             if ($suite->getName() == 'AllTests') 
    58             { 
    59                 return false; 
    60             } 
     57            return false; 
    6158        } 
    6259         
Note: See TracChangeset for help on using the changeset viewer.