diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-28 10:02:31 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-28 10:04:36 +0200 |
commit | 084fb0d303efc6edd0bfbf43d96b6cbe48acb2b8 (patch) | |
tree | 4fa9a2f8dba11f8478884823a382e1017410999a /tests/Wallabag/UserBundle/Mailer | |
parent | 92fa168344c51cd1c5835678e649b05cb7a2d030 (diff) | |
download | wallabag-084fb0d303efc6edd0bfbf43d96b6cbe48acb2b8.tar.gz wallabag-084fb0d303efc6edd0bfbf43d96b6cbe48acb2b8.tar.zst wallabag-084fb0d303efc6edd0bfbf43d96b6cbe48acb2b8.zip |
Some fixes about upgrade from 2.0.x -> 2.1.0
Diffstat (limited to 'tests/Wallabag/UserBundle/Mailer')
-rw-r--r-- | tests/Wallabag/UserBundle/Mailer/AuthCodeMailerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/UserBundle/Mailer/AuthCodeMailerTest.php b/tests/Wallabag/UserBundle/Mailer/AuthCodeMailerTest.php index f670c925..441d6519 100644 --- a/tests/Wallabag/UserBundle/Mailer/AuthCodeMailerTest.php +++ b/tests/Wallabag/UserBundle/Mailer/AuthCodeMailerTest.php | |||
@@ -37,7 +37,7 @@ class AuthCodeMailerTest extends \PHPUnit_Framework_TestCase | |||
37 | ); | 37 | ); |
38 | $this->mailer = new \Swift_Mailer($transport); | 38 | $this->mailer = new \Swift_Mailer($transport); |
39 | 39 | ||
40 | $twigTemplate = <<<TWIG | 40 | $twigTemplate = <<<'TWIG' |
41 | {% block subject %}subject{% endblock %} | 41 | {% block subject %}subject{% endblock %} |
42 | {% block body_html %}html body {{ code }}{% endblock %} | 42 | {% block body_html %}html body {{ code }}{% endblock %} |
43 | {% block body_text %}text body {{ support_url }}{% endblock %} | 43 | {% block body_text %}text body {{ support_url }}{% endblock %} |