diff options
Diffstat (limited to 't/app/model/moderation.t')
-rw-r--r-- | t/app/model/moderation.t | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/t/app/model/moderation.t b/t/app/model/moderation.t index 4dbda3f6c..973b9a70a 100644 --- a/t/app/model/moderation.t +++ b/t/app/model/moderation.t @@ -1,8 +1,5 @@ -use strict; -use warnings; -use Test::More; +use FixMyStreet::Test; use Test::Exception; -use utf8; use FixMyStreet::DB; use DateTime; |