Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
# Run with coverage (requires Xdebug or PCOV) ./vendor/bin/phpunit --coverage-html coverage/ php artisan test --coverage # Coverage configuration in phpunit.xml <coverage> <include> <directory>app/</directory> </include> </coverage> # Pest coverage ./vendor/bin/pest --coverage --min=80
Result
Open