aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/model
diff options
context:
space:
mode:
Diffstat (limited to 't/app/model')
-rw-r--r--t/app/model/alert_type.t3
-rw-r--r--t/app/model/defecttype.t4
-rw-r--r--t/app/model/extra.t1
-rw-r--r--t/app/model/moderation.t1
-rw-r--r--t/app/model/problem.t5
-rw-r--r--t/app/model/questionnaire.t5
-rw-r--r--t/app/model/user.t5
-rw-r--r--t/app/model/user_planned_report.t5
8 files changed, 0 insertions, 29 deletions
diff --git a/t/app/model/alert_type.t b/t/app/model/alert_type.t
index 5e4fcec0a..2e1298134 100644
--- a/t/app/model/alert_type.t
+++ b/t/app/model/alert_type.t
@@ -1,6 +1,3 @@
-use strict;
-use warnings;
-use Test::More;
use FixMyStreet::TestMech;
mySociety::Locale::gettext_domain( 'FixMyStreet' );
diff --git a/t/app/model/defecttype.t b/t/app/model/defecttype.t
index 0f66ac684..6a03deded 100644
--- a/t/app/model/defecttype.t
+++ b/t/app/model/defecttype.t
@@ -1,7 +1,3 @@
-use strict;
-use warnings;
-use Test::More;
-
use FixMyStreet::App;
use FixMyStreet::TestMech;
my $mech = FixMyStreet::TestMech->new;
diff --git a/t/app/model/extra.t b/t/app/model/extra.t
index 3b46ce128..2d5c3d5e0 100644
--- a/t/app/model/extra.t
+++ b/t/app/model/extra.t
@@ -4,7 +4,6 @@ use Test::More;
use utf8;
use FixMyStreet::DB;
-use Data::Dumper;
use DateTime;
my $db = FixMyStreet::DB->connect;
diff --git a/t/app/model/moderation.t b/t/app/model/moderation.t
index 8fa333db4..4dbda3f6c 100644
--- a/t/app/model/moderation.t
+++ b/t/app/model/moderation.t
@@ -5,7 +5,6 @@ use Test::Exception;
use utf8;
use FixMyStreet::DB;
-use Data::Dumper;
use DateTime;
my $dt = DateTime->now;
diff --git a/t/app/model/problem.t b/t/app/model/problem.t
index 47f654236..d95aec98d 100644
--- a/t/app/model/problem.t
+++ b/t/app/model/problem.t
@@ -1,8 +1,3 @@
-use strict;
-use warnings;
-
-use Test::More;
-
use FixMyStreet::TestMech;
use FixMyStreet;
use FixMyStreet::App;
diff --git a/t/app/model/questionnaire.t b/t/app/model/questionnaire.t
index 945a64633..9685c5345 100644
--- a/t/app/model/questionnaire.t
+++ b/t/app/model/questionnaire.t
@@ -1,8 +1,3 @@
-use strict;
-use warnings;
-
-use Test::More;
-
use FixMyStreet;
use FixMyStreet::TestMech;
diff --git a/t/app/model/user.t b/t/app/model/user.t
index dd8b8ca5d..76d395fdc 100644
--- a/t/app/model/user.t
+++ b/t/app/model/user.t
@@ -1,8 +1,3 @@
-use strict;
-use warnings;
-
-use Test::More;
-
use FixMyStreet::TestMech;
use FixMyStreet::DB;
diff --git a/t/app/model/user_planned_report.t b/t/app/model/user_planned_report.t
index 95a76615e..3473e1bbd 100644
--- a/t/app/model/user_planned_report.t
+++ b/t/app/model/user_planned_report.t
@@ -1,8 +1,3 @@
-use strict;
-use warnings;
-
-use Test::More;
-
use FixMyStreet::TestMech;
use FixMyStreet::DB;