Closed particleflux closed 9 months ago
With phpunit 10.x, assertObjectHasAttribute is deprecated in favor of assertObjectHasProperty
assertObjectHasAttribute
assertObjectHasProperty
This adds the new alternatives.
See https://github.com/sebastianbergmann/phpunit/issues/4601
Can we get this merged? :) Just now stumbled upon that problem to not being able the check for properties.
With phpunit 10.x,
assertObjectHasAttribute
is deprecated in favor ofassertObjectHasProperty
This adds the new alternatives.
See https://github.com/sebastianbergmann/phpunit/issues/4601