Skip to content

Commit 51cae63

Browse files
Merge branch '5.7' into 6.5
2 parents 9268785 + f43b6f4 commit 51cae63

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
<!--
88
- Please fill in this template according to your issue.
99
- Please keep the table shown above at the top of your issue.
10+
- Please include the output of "composer info -D | sort" if you installed PHPUnit using Composer.
1011
- Please post code as text (using proper markup). Do not post screenshots of code.
11-
- For support request or how-tos, visit https://phpunit.de/support.html
12+
- Visit https://phpunit.de/support.html if you are looking for support.
1213
- Otherwise, replace this comment by the description of your issue.
1314
-->
1415

ChangeLog-5.7.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes of the PHPUnit 5.7 release series are documented in this fil
66

77
### Fixed
88

9+
* Fixed [#2472](https://github.com/sebastianbergmann/phpunit/issues/2472): `PHPUnit\Util\Getopt` uses deprecated `each()` function
910
* Fixed [#2833](https://github.com/sebastianbergmann/phpunit/issues/2833): Test class loaded during data provider execution is not discovered
1011

1112
## [5.7.25] - 2017-11-14

0 commit comments

Comments
 (0)