Using assertContains() with string haystacks is deprecated and will not be supported in PHPUnit 9. Refactor your test to use assertStringContainsString() or assertStringContainsStringIgnoringCase() instead. Using assertNotContains() with string haystacks is deprecated and will not be supported in PHPUnit 9. Refactor your test to use assertStringNotContainsString() or assertStringNotContainsStringIgnoringCase() instead. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com> |
||
|---|---|---|
| .. | ||
| BrowseTest.php | ||
| CreateTest.php | ||
| InsertTest.php | ||
| OperationsTest.php | ||
| StructureTest.php | ||