Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | public function about(AcceptanceTester $I): void |
||
12 | { |
||
13 | $I->amOnPage('/about'); |
||
14 | $I->wantTo('see about page.'); |
||
15 | $I->see('404'); |
||
16 | $I->see('The page /en/about not found.'); |
||
17 | $I->see('The above error occurred while the Web server was processing your request.'); |
||
18 | $I->see('Please contact us if you think this is a server error. Thank you.'); |
||
19 | } |
||
34 |