-
Bug
-
Resolution: Done
-
Minor
-
Future Dev
When running PHPUnit 9.6 we get the following deprecation warnings:
assertObjectHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectHasProperty() instead.
|
assertObjectNotHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectNotHasProperty() instead.
|