| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Lines | 5 |
| Ratio | 100 % |
| Changes | 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 |