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
[12.x] Add test coverage for Str::replaceMatches method (#54930)
* Add tests for Str::replaceMatches with string replacements
This commit adds tests for the basic functionality of the replaceMatches
method using string replacements and array of patterns.
* Complete Str::replaceMatches tests with limit parameter tests
This commit finalizes the test coverage for the replaceMatches method
by adding tests for the limit parameter, which controls the maximum
number of replacements to be performed.
0 commit comments