added internal rates (#1591)
This commit is contained in:
@@ -19,6 +19,10 @@ class DoctorControllerTest extends ControllerBaseTest
|
||||
public function testDoctorIsSecure()
|
||||
{
|
||||
$this->assertUrlIsSecured('/doctor');
|
||||
}
|
||||
|
||||
public function testDoctorIsSecureForRole()
|
||||
{
|
||||
$this->assertUrlIsSecuredForRole(User::ROLE_ADMIN, '/doctor');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user