Level 53
simply run like this:
phpunit tests/Feature/ExampleTest
phpunit tests/Unit/ExampleTest
// or by (partial) className
phpunit --filter ExampleTest
1 like
vendor/bin/php currently tests: 'tests/Unit/ExampleTest.php
How to I specify when I want to test: 'tests/Feature/ExampleTest.php
Or other test file names within the tests folder.
Thanks
Please or to participate in this conversation.