Skip to content

Commit

Permalink
Closes #1948
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Bergmann authored and Sebastian Bergmann committed Nov 10, 2015
1 parent 9f57eb4 commit 4ef58ab
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 66 deletions.
1 change: 1 addition & 0 deletions ChangeLog-4.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes of the PHPUnit 4.8 release series are documented in this fil
### Fixed

* Fixed [#1935](https://github.com/sebastianbergmann/phpunit/issues/1935): `PHP_CodeCoverage_Exception` not handled properly
* Fixed [#1948](https://github.com/sebastianbergmann/phpunit/issues/1948): Unable to use PHAR due to unsupported signature error

### Changed

Expand Down
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@
<arg value="--static" />
<arg value="--once" />
<arg value="--phar" />
<arg value="--hash" />
<arg value="SHA-1" />
<arg value="--output" />
<arg path="${basedir}/build/phpunit-library-${_version}.phar" />
<arg value="--template" />
Expand All @@ -269,6 +271,8 @@
<arg value="--all" />
<arg value="--static" />
<arg value="--phar" />
<arg value="--hash" />
<arg value="SHA-1" />
<arg value="--output" />
<arg path="${basedir}/build/phpunit-${_version}.phar" />
<arg value="--template" />
Expand Down
Loading

0 comments on commit 4ef58ab

Please sign in to comment.