Changeset 9afe919
- Timestamp:
- 12/10/11 12:05:25 (5 months ago)
- Branches:
- master
- Children:
- 0dfcb83
- Parents:
- bec429e
- git-author:
- Michiel Rook <mrook@…> (12/10/11 12:05:25)
- git-committer:
- Michiel Rook <mrook@…> (12/10/11 12:05:25)
- Location:
- classes/phing/tasks/ext
- Files:
-
- 2 edited
-
coverage/CoverageReportTransformer.php (modified) (1 diff)
-
phpunit/PHPUnitReportTask.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
classes/phing/tasks/ext/coverage/CoverageReportTransformer.php
rbec429e r9afe919 123 123 $toDir = (string) $this->toDir; 124 124 125 // urlencode() the path if we're on Windows 125 126 if (FileSystem::getFileSystem()->getSeparator() == '\\') { 126 127 $toDir = urlencode($toDir); -
classes/phing/tasks/ext/phpunit/PHPUnitReportTask.php
rbec429e r9afe919 174 174 $toDir = (string) $this->toDir; 175 175 176 // urlencode() the path if we're on Windows 176 177 if (FileSystem::getFileSystem()->getSeparator() == '\\') { 177 178 $toDir = urlencode($toDir);
Note: See TracChangeset
for help on using the changeset viewer.
