1 | <?php |
||
8 | class EmailNotSentExceptionTest extends TestCase |
||
9 | { |
||
10 | /** |
||
11 | * @expectedException \Netgen\Bundle\InformationCollectionBundle\Exception\EmailNotSentException |
||
12 | * @expectedExceptionMessage Error occurred while trying to send email: [email protected] failed with error invalid email |
||
13 | */ |
||
14 | public function testException() |
||
18 | } |
||
19 |