Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 5 |
Ratio | 100 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
46 | public function testMemberNotFound() |
||
47 | { |
||
48 | $result = $this->executeTest(['email' => '[email protected]']); |
||
49 | $this->assertContains('Member with email "[email protected]" was not found.', $result->getDisplay()); |
||
50 | } |
||
51 | |||
66 |