File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ This functionality is currently [soft-deprecated](https://phpunit.de/backward-co
88
99#### Assertions, Constraints, and Expectations
1010
11- | Issue | Description | Since | Replacement |
12- | -------------------------------------------------------------------| ------------------------------------------------ | --------| -------------|
13- | [ #5472 ] ( https://github.com/sebastianbergmann/phpunit/issues/5472 ) | ` TestCase ::assertStringNotMatchesFormat()` | 10.4.0 | |
14- | [ #5472 ] ( https://github.com/sebastianbergmann/phpunit/issues/5472 ) | ` TestCase ::assertStringNotMatchesFormatFile()` | 10.4.0 | |
11+ | Issue | Description | Since | Replacement |
12+ | -------------------------------------------------------------------| ----------------------------------------------| --------| -------------|
13+ | [ #5472 ] ( https://github.com/sebastianbergmann/phpunit/issues/5472 ) | ` Assert ::assertStringNotMatchesFormat()` | 10.4.0 | |
14+ | [ #5472 ] ( https://github.com/sebastianbergmann/phpunit/issues/5472 ) | ` Assert ::assertStringNotMatchesFormatFile()` | 10.4.0 | |
1515
1616#### Test Double API
1717
You can’t perform that action at this time.
0 commit comments