Replies: 1 comment 6 replies
-
|
That's a tricky one. Either you'd have to add phar version somehow to Rector, or switch to phpunit as a package. With phar, you and everyone running tests on your project have to maintain correct version yourself. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using phpunit with PHIVE, and it gets installed in tools/phpunit.phar
How can I configure Rector so that it can identify the phpunit version, and apply the rules accordingly?
I know that there is a
withComposerBased(phpunit: true), but I do not have phpunit in my composer.json fileAny advice?
Beta Was this translation helpful? Give feedback.
All reactions