Development
PestPHP `toHaveConstructor()` and `toHaveDestructor()` Expectations
This past weekend, I decided to add a couple more Architecture Expectations to PestPHP. I spent some time last week writing Arch tests for an internal tool at work and found myself writing the following expectation quite a lot: ->toHaveMethod('__construct'); Now whilst this works, it