Clarify travis timings
[dbsrgits/DBIx-Class.git] / t / relationship / info.t
index 00e5cb4..4f349d4 100644 (file)
@@ -1,6 +1,10 @@
 use strict;
 use warnings;
 
+use Test::More;
+use lib qw(t/lib);
+use DBICTest;
+
 #
 # The test must be performed on non-registered result classes
 #
@@ -29,11 +33,6 @@ use warnings;
   __PACKAGE__->belongs_to(thing2 => 'DBICTest::Thing', 'thing_id', { join_type => 'left' } );
 }
 
-
-use Test::More;
-use lib qw(t/lib);
-use DBICTest;
-
 my $schema = DBICTest->init_schema;
 
 for my $without_schema (1,0) {