Skip to content

Commit

Permalink
Fix link to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
lptn authored and sebastianbergmann committed Oct 5, 2018
1 parent f3837fa commit 5015bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog-7.4.md
Expand Up @@ -7,7 +7,7 @@ All notable changes of the PHPUnit 7.4 release series are documented in this fil
### Added

* Implemented [#3127](https://github.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked
* Implemented [#3224](https://github.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `@small`, `@medium`, or `@large`
* Implemented [#3224](https://github.com/sebastianbergmann/phpunit/pull/3224): Ability to enforce a time limit for tests not annotated with `@small`, `@medium`, or `@large`
* Implemented [#3272](https://github.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug
* Implemented [#3284](https://github.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time
* Implemented [#3290](https://github.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded
Expand Down

0 comments on commit 5015bff

Please sign in to comment.