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
As title, after upgrading PHPUnit version, it will have following warning message:
[PHPUnit\Framework\Warning] Using assertContains() with string haystacks is deprecated and will not be supported in PHPUnit 9. Refactor your test to use assertStringContainsString() or assertStringContainsStringIgnoringCase() instead.
And it should change into assertStringContainsString and assertStringNotContainsString assertions.
The text was updated successfully, but these errors were encountered:
As title, after upgrading
PHPUnit
version, it will have following warning message:And it should change into
assertStringContainsString
andassertStringNotContainsString
assertions.The text was updated successfully, but these errors were encountered: