Changeset af7d1f7
- Timestamp:
- 11/01/11 11:02:42 (7 months ago)
- Branches:
- master
- Children:
- 9da533b
- Parents:
- dd5b907
- git-author:
- Michiel Rook <mrook@…> (11/01/11 11:02:42)
- git-committer:
- Michiel Rook <mrook@…> (11/01/11 11:02:42)
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/phing/tasks/ext/phpunit/formatter/PlainPHPUnitResultFormatter.php
r383a0b8 raf7d1f7 55 55 foreach ($suite->tests() as $test) 56 56 { 57 if ($ test instanceof PHPUnit_Framework_TestSuite)57 if ($suite->getName() == 'AllTests') 58 58 { 59 59 return false;
Note: See TracChangeset
for help on using the changeset viewer.
