aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/helpers/send_email.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-05-31 12:48:17 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-05-31 16:53:07 +0100
commit1bb94cd0bf0821927b3f449d832a9982b0397fa9 (patch)
tree2b8be8ab1202b7299a2877c6ea2732a9e6fe611e /t/app/helpers/send_email.t
parent03d2376e59e69b2e18cbd8cf98f7956393a4fd5b (diff)
Auto-add strict/warnings/Test::More with TestMech.
Diffstat (limited to 't/app/helpers/send_email.t')
-rw-r--r--t/app/helpers/send_email.t10
1 files changed, 0 insertions, 10 deletions
diff --git a/t/app/helpers/send_email.t b/t/app/helpers/send_email.t
index 66b771292..a692fb6bc 100644
--- a/t/app/helpers/send_email.t
+++ b/t/app/helpers/send_email.t
@@ -1,20 +1,10 @@
-use strict;
-use warnings;
-use utf8;
-
package FixMyStreet::Cobrand::Tester;
use parent 'FixMyStreet::Cobrand::Default';
sub path_to_email_templates { [ FixMyStreet->path_to( 't', 'app', 'helpers', 'emails') ] }
package main;
-BEGIN {
- use FixMyStreet;
- FixMyStreet->test_mode(1);
-}
-
use Email::MIME;
-use Test::More;
use Test::LongString;
use Catalyst::Test 'FixMyStreet::App';