Update LoginTest
This commit is contained in:
parent
3afef810da
commit
5d91fb2051
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@ class LoginTest extends TestCase
|
|||
$response->assertSuccessful()
|
||||
->assertSee('Register a new account');
|
||||
} else {
|
||||
$this->assertTrue(true);
|
||||
$response = $this->get('register');
|
||||
|
||||
$response->assertSuccessful()
|
||||
->assertSee('Registration is closed');
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue