-
Notifications
You must be signed in to change notification settings - Fork 1
Add test for StmtsAwareInterface #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@TomasVotruba this somehow error on phpunit 10 and 11, I will check more :) |
|
This is strange, on PHPUnit 10:
It possibly tests PHPStan early cause it... I will check more... |
|
@TomasVotruba I got it, this is expected to error, as happen on stable as well, when run: it start test PHPStan first, then verify that next, test Rector, it already skipped early the preload. This will needs change config order in |
|
Fixed by update test order |
|
@TomasVotruba current status:
I am going to merge it for now, so we can move forward. |
Test for