Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
19 | public function testfindlink() |
||
20 | { |
||
21 | |||
22 | $page = $this->get("forgotten-password/"); // attempt to access the Lost Forgot Page |
||
23 | $this->assertEquals(200, $page->getStatusCode(), "a page should load"); |
||
24 | $this->assertEquals(LostPasswordPage::find_link(false), "/forgotten-password/", "LostPasswordPage exists"); |
||
25 | } |
||
53 |