PHPUnit
Ir a la navegación
Ir a la búsqueda
General
Recursos
- Sitio oficial: EN
Crear test
Feature test
php artisan make:test HomepageTest
Unit test
php artisan make:test HomepageTest --unit
Hacer correr los tests
php artisan test
Hacer correr solo los test features
php artisan test ./tests/Feature