You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog-11.5.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ All notable changes of the PHPUnit 11.5 release series are documented in this fi
14
14
*[#6095](https://github.com/sebastianbergmann/phpunit/issues/6095): Expectation is not counted correctly when a doubled method is called more often than is expected
15
15
*[#6096](https://github.com/sebastianbergmann/phpunit/issues/6096): `--list-tests-xml` is broken when a group with a numeric name is defined
16
16
*[#6098](https://github.com/sebastianbergmann/phpunit/issues/6098): No `system-out` element in JUnit XML logfile
17
+
*[#6100](https://github.com/sebastianbergmann/phpunit/issues/6100): Suppressed deprecations incorrectly stop test execution when execution should be stopped on deprecation
Test Suite Started (PHPUnit\TestFixture\Issue6100\Issue6100Test, 2 tests)
24
+
Test Preparation Started (PHPUnit\TestFixture\Issue6100\Issue6100Test::testOne)
25
+
Test Prepared (PHPUnit\TestFixture\Issue6100\Issue6100Test::testOne)
26
+
Test Triggered Deprecation (PHPUnit\TestFixture\Issue6100\Issue6100Test::testOne, unknown if issue was triggered in first-party code or third-party code, suppressed using operator)
27
+
test
28
+
Test Passed (PHPUnit\TestFixture\Issue6100\Issue6100Test::testOne)
29
+
Test Finished (PHPUnit\TestFixture\Issue6100\Issue6100Test::testOne)
30
+
Test Preparation Started (PHPUnit\TestFixture\Issue6100\Issue6100Test::testTwo)
31
+
Test Prepared (PHPUnit\TestFixture\Issue6100\Issue6100Test::testTwo)
32
+
Test Passed (PHPUnit\TestFixture\Issue6100\Issue6100Test::testTwo)
33
+
Test Finished (PHPUnit\TestFixture\Issue6100\Issue6100Test::testTwo)
34
+
Test Suite Finished (PHPUnit\TestFixture\Issue6100\Issue6100Test, 2 tests)
0 commit comments