Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
# Install PHPUnit composer require --dev phpunit/phpunit # Or Pest (recommended for new projects) composer require --dev pestphp/pest # Run tests php artisan test # Laravel ./vendor/bin/pest # Pest ./vendor/bin/phpunit # PHPUnit
Result
Open