Level 70
@rid3638 You can simply use vendor/bin/phpunit <your-path>
For your case, it should be:
vendor/bin/phpunit Tests/Units/Models
1 like
Hi, I want to run all the test for a specific folder. Is there any command to run them together? I want to run all the test from Tests/Units/Models folder. I am using phpunit.
@rid3638 You can simply use vendor/bin/phpunit <your-path>
For your case, it should be:
vendor/bin/phpunit Tests/Units/Models
Please or to participate in this conversation.