-
In the contribution guide, running tests should be as simple as I'm testing on the latest symfony/symfony on branch 5.4.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hmm, I guess that means it's failing on this line locally: The command you show is exactly what is used by the GitHub actions (and what all contributors use to run the tests locally - although I recommend you to replace "symfony" by the component/bundle you want to run the tests for, e.g. Can you maybe share some more details about your machine or debug that line of code locally? |
Beta Was this translation helpful? Give feedback.
Hmm, I guess that means it's failing on this line locally:
symfony/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php
Line 242 in 428434c
The command you show is exactly what is used by the GitHub actions (and what all contributors use to run the tests locally - although I recommend you to replace "symfony" by the component/bundle you want to run the tests for, e.g.
php ./phpunit src/Symfony/Bundle/FrameworkBundle
).Can you maybe share some more details about your machine or debug that line of code locally?