Rework DomainController/UserController methods and paths, no functional changes

This commit is contained in:
2023-10-05 22:42:41 +11:00
parent 27985dbf0b
commit b25e6f432c
13 changed files with 29 additions and 39 deletions

View File

@@ -21,7 +21,7 @@ class SiteAdminTest extends TestCase
$this->get('about')
->assertOk();
$this->get('ftn/domain')
$this->get('domain')
->assertRedirect('login');
$this->get('zone')
->assertRedirect('login');
@@ -52,7 +52,7 @@ class SiteAdminTest extends TestCase
// Use model in tests...
$this->actingAs($user);
$this->get('ftn/domain')
$this->get('domain')
->assertRedirect('email/verify');
$this->get('zone')
->assertRedirect('email/verify');