Running tests locally
Verify changes you are making using the automated test suites.
Last modified
Edit this page
Currently there are tests in place for the Laravel components. These can be run with the following command.
php artisan test
Further reading: Testing with Laravel