PHPUnit: Run a single test
22 November 2022 (Updated 22 November 2022)
Syntax:
./vendor/bin/phpunit --filter <test-name-method>
Example:
./vendor/bin/phpunit --filter testUserCanRegister
Tagged:
PHP tooling
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment