@@ -30,8 +30,7 @@ |
||
30 | 30 | try { |
31 | 31 | $container->get('system_mailer')->send('HautziSystemMail:test'); |
32 | 32 | $this->fail('fetching a mail that does nox exist should throw an exception.'); |
33 | - } |
|
34 | - catch (\InvalidArgumentException $e) { |
|
33 | + } catch (\InvalidArgumentException $e) { |
|
35 | 34 | $this->assertContains('@HautziSystemMailBundle/Resources/emails/test.xml.twig', $e->getMessage()); |
36 | 35 | } |
37 | 36 | } |