Skip to content

Commit

Permalink
Fix TRAC-1057.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 24, 2010
1 parent 74ead81 commit 1f36365
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PHPUnit/Extensions/SeleniumTestCase/phpunit_coverage.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
new RecursiveDirectoryIterator(
$GLOBALS['PHPUNIT_COVERAGE_DATA_DIRECTORY']
)
)
),
$_GET['PHPUNIT_SELENIUM_TEST_ID']
);

$coverage = array();
Expand Down
5 changes: 5 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ PHPUnit 3.4

This is the list of changes for the PHPUnit 3.4 release series.

PHPUnit 3.4.14
--------------

* Fixed TRAC-1057: `phpunit_coverage.php` deletes all files in web server document root.

PHPUnit 3.4.13
--------------

Expand Down

0 comments on commit 1f36365

Please sign in to comment.