Tests
Laratic includes some basic tests to check that your application works correctly. These simple tests verify that authentication, authorization, and public pages are functioning as expected. We might include more tests in the future.
Running Tests
To run all tests, use the following command:
php artisan test
To run a specific test file:
php artisan test tests/Feature/AuthPagesTest.php