Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | public function testException() |
||
15 | { |
||
16 | throw new EmailNotSentException('[email protected]', 'invalid email'); |
||
17 | } |
||
18 | } |
||
19 |