Add system settings index page and route
This commit is contained in:
@@ -14,6 +14,7 @@ class ExampleTest extends TestCase
|
||||
{
|
||||
$response = $this->get('/');
|
||||
|
||||
$response->assertStatus(200);
|
||||
// Halaman root meredirect ke /index.
|
||||
$response->assertRedirect('/index');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user