Feature Tests
LaunchStack follows the Laravel test guides, check out the documentation.
The tests are divided by namespaces like:
Admin
App
Blog
Website
Auth
How to create a new test
php artisan make:test UserTestHow to run tests
php artisan testLast updated
Was this helpful?