📅  最后修改于: 2022-03-11 14:54:32.397000             🧑  作者: Mango
How do I run test cases in Laravel?
Running Tests. To run tests using PHP unit in your Laravel Application, navigate to your projects root directory and run either the /vendor/bin/phpunit command or the php artisan test command