@@ -14,9 +14,9 @@ |
||
| 14 | 14 | */ |
| 15 | 15 | class LoginHandlerExtensionTest extends FunctionalTest |
| 16 | 16 | { |
| 17 | - /** |
|
| 18 | - * |
|
| 19 | - **/ |
|
| 17 | + /** |
|
| 18 | + * |
|
| 19 | + **/ |
|
| 20 | 20 | public function testRedirect() |
| 21 | 21 | { |
| 22 | 22 | $member = Member::create(); |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | $member->Email = "[email protected]"; |
| 24 | 24 | $member->Password = "admin"; |
| 25 | 25 | $this->logInAs($member); |
| 26 | - $page = $this->get("user-login/"); // attempt to access the user login Page |
|
| 26 | + $page = $this->get("user-login/"); // attempt to access the user login Page |
|
| 27 | 27 | $this->assertEquals(200, $page->getStatusCode(), "a page should load"); |
| 28 | 28 | } |
| 29 | 29 | } |