File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
<!--
8
8
- Please fill in this template according to your issue.
9
9
- 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.
10
11
- 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.
12
13
- Otherwise, replace this comment by the description of your issue.
13
14
-->
14
15
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ All notable changes of the PHPUnit 5.7 release series are documented in this fil
6
6
7
7
### Fixed
8
8
9
+ * Fixed [ #2472 ] ( https://github.com/sebastianbergmann/phpunit/issues/2472 ) : ` PHPUnit\Util\Getopt ` uses deprecated ` each() ` function
9
10
* Fixed [ #2833 ] ( https://github.com/sebastianbergmann/phpunit/issues/2833 ) : Test class loaded during data provider execution is not discovered
10
11
11
12
## [ 5.7.25] - 2017-11-14
You can’t perform that action at this time.
0 commit comments