Changed
- Use
spl_object_id()instead ofspl_object_hash()(which will be deprecated in PHP 8.6) - Use the error suppression operator (
@) when callingDeepCopy\DeepCopy::copy()because it usesspl_object_hash()(which will be deprecated in PHP 8.6)
Learn how to install or update PHPUnit 8.5 in the documentation.
Keep up to date with PHPUnit:
- You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
- You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.