phpstan / phpstan-phpunit

PHPUnit extensions and rules for PHPStan
MIT License
457 stars 46 forks source link

Add support for `assertObjectHasProperty` #192

Closed Wirone closed 1 year ago

Wirone commented 1 year ago

Added in PHPUnit 9.6.11 as a forward-compatibility.

Wirone commented 1 year ago

@ondrejmirtes should I bump minimum PHPUnit version to 9.6.11 in order to satisfy CI? Because these functions are not available in 9.5 which is currently required.

Wirone commented 1 year ago

For reference: it should be handle like this, with conditional assert based on PHPUnit version installed.

ondrejmirtes commented 1 year ago

Thank you.