diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-05-31 12:48:17 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-05-31 16:53:07 +0100 |
commit | 1bb94cd0bf0821927b3f449d832a9982b0397fa9 (patch) | |
tree | 2b8be8ab1202b7299a2877c6ea2732a9e6fe611e /t/cobrand/fixamingata.t | |
parent | 03d2376e59e69b2e18cbd8cf98f7956393a4fd5b (diff) |
Auto-add strict/warnings/Test::More with TestMech.
Diffstat (limited to 't/cobrand/fixamingata.t')
-rw-r--r-- | t/cobrand/fixamingata.t | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/t/cobrand/fixamingata.t b/t/cobrand/fixamingata.t index d6a1c2b34..1ae637229 100644 --- a/t/cobrand/fixamingata.t +++ b/t/cobrand/fixamingata.t @@ -1,13 +1,5 @@ -use strict; -use warnings; -use Test::More; use Test::MockModule; -BEGIN { - use FixMyStreet; - FixMyStreet->test_mode(1); -} - use mySociety::Locale; use FixMyStreet::TestMech; |