Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
19 | public function testfindlink() |
||
20 | { |
||
21 | $page = $this->get("user-registration/"); // attempt to access the signup Page |
||
22 | $this->assertEquals(200, $page->getStatusCode(), "a page should load"); |
||
23 | $this->assertEquals(UserRegistrationPage::find_link(false), "/user-registration/", "user-registration page exists"); |
||
24 | } |
||
35 |