pest
pest copied to clipboard
[Bug]: Could not bind closure
What Happened
Accidently i received this error:
How to Reproduce
i tried to access $this in beforeAll(), not object context, in Pest.php
Sample Repository
No response
Pest Version
2.35.0
PHP Version
8.3.8
Operation System
Linux
Notes
No response
In Pest, beforeAll() is called before the test class is instantiated. Usage of $this can't be used there. This error may also happen if the test function is defined as static, which also isn't supported.