Introduction
It's about the feature request about asserting string contains.
Description
Consider the following points:
- Add assertIterableContains() and assertStringContains() in PHPUnit 7.5
- Deprecate (soft) assertContains() in PHPUnit 7.5
- Deprecate (hard) assertContains() in PHPUnit 8.0
Should we implement all these assertions (including deprecated assertions)?
The detailed issues are as follows:
Introduction
It's about the feature request about asserting string contains.
Description
Consider the following points:
Should we implement all these assertions (including deprecated assertions)?
The detailed issues are as follows: