Replies: 2 comments 10 replies
-
Could you create simple reproducible repo and step by step to reproduce the error? Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi! thanks for your answer here is a reproducer: I basically did:
and then:
note that |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I got a strange behavior where Rector conflicts with
nikic/parser
, but only when running phpunit.I have a project with the following conf in
composer.json
:I can run
composer install
without any problem, as well as accessing to my app via http. Even the project's test suite is OK.The problem occurs when I want to run rector tests (which inherit from
AbstractRectorTestCase
.I'm also wondering if the problem does not come from Symfony's phpunit bridge, but even when using directly phpunit binary, I got the same error.
NOTE: I saw #6958 but the answers to this discussions seems to not be helpful in my case
any help would be appreciated :)
thanks!
Beta Was this translation helpful? Give feedback.
All reactions