-
-
Notifications
You must be signed in to change notification settings - Fork 14
fix: Correct imports and remove response messages #34
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
fix: Correct imports and remove response messages #34
Conversation
The test were broken due to Rector and its bundled `vendor/` folder. It contained an older version of `nikic/php-parser`, and it caused Pest Architecture test to crash.
Value objects changed location in prism-php/prism#494. Imports in this repository were not updated.
Response messages were removed in prism-php/prism#516. This repository still contained references.
|
Thank you! Have I reversed the dependency changes for now to keep aligned with the main prism package. Is the CI test failure the same one you were experiencing? Weirdly this works locally for me. Don't think we have the same problem on the main prism package so wonder what is causing it... |
|
I think this is because of not having This is the output when I run I traced this issue to the bundled Are there any reasons for I bumped dependencies because most were fairly outdated, and Rector needed to be bumped for tests to pass |
|
I can make tests pass locally by
I think it might help if you added your |
|
Hi @ChrisB-TL, |
|
In my composer.json I have had to lock it to a specific version |
I was trying to test Prism, but I couldn't follow the readme.
vendor/folder, so I had to bump dependencies.Hopefully, this will fix it.
Let me know if I missed something!