Codeception / Verify

BDD Assertions for PHPUnit and Codeception
MIT License
146 stars 25 forks source link

Add objectHasProperty assertions #57

Closed particleflux closed 9 months ago

particleflux commented 1 year ago

With phpunit 10.x, assertObjectHasAttribute is deprecated in favor of assertObjectHasProperty

This adds the new alternatives.

See https://github.com/sebastianbergmann/phpunit/issues/4601

icanhazstring commented 9 months ago

Can we get this merged? :) Just now stumbled upon that problem to not being able the check for properties.