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
minor #32878 [PhpUnitBridge] added polyfill for assertStringContainsString*() (Tobias Weichart)
This PR was merged into the 4.4 branch.
Discussion
----------
[PhpUnitBridge] added polyfill for assertStringContainsString*()
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | no
| New feature? | yes
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #32844
| License | MIT
| Doc PR | -
this PR provides a polyfill for methods assertStringContainsString and assertStringContainsStringIgnoringCase in preparation for the PHPUnit 9 deprecations.
PR follows the pattern of [this PR](#32869), hence the PR to master
Commits
-------
1602441 [PhpUnitBridge] added polyfill for assertStringContainsString*()
0 commit comments