Some methods have been deprecated and removed in PhpUnit 10 including assertObjectNotHasAttribute(), assertRegExp()
Replacing these methods with their alternatives will lead to test failures for Php 7.2 because PHP 7.2 requires PhpUnit 8.5 and the alternative assertMatchesRegularExpression() for assertRegExp() is not supported by phpUnit 8.5
Checklist
[x] I acknowledge that all my contributions will be made under the project's license
[ ] I have made a material change to the repo (functionality, testing, spelling, grammar)
Fixes
Some methods have been deprecated and removed in PhpUnit 10 including
assertObjectNotHasAttribute()
,assertRegExp()
Replacing these methods with their alternatives will lead to test failures for Php 7.2 because PHP 7.2 requires PhpUnit 8.5 and the alternativeassertMatchesRegularExpression()
forassertRegExp()
is not supported by phpUnit 8.5Checklist
If you have questions, please file a support ticket, or create a GitHub Issue in this repository.