feat: Phase 5 - polish, validation, rate limiting, Dutch translations
This commit is contained in:
@@ -10,10 +10,10 @@ class ExampleTest extends TestCase
|
||||
/**
|
||||
* A basic test example.
|
||||
*/
|
||||
public function test_the_application_returns_a_successful_response(): void
|
||||
public function test_root_redirects_to_admin_dashboard(): void
|
||||
{
|
||||
$response = $this->get('/');
|
||||
|
||||
$response->assertStatus(200);
|
||||
$response->assertRedirect(route('admin.dashboard', absolute: false));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user