Some test suite corrections ahead of next commits
[dbsrgits/DBIx-Class.git] / t / lib / testinclude / DBICTestAdminInc.pm
1 package DBICTestAdminInc;
2
3 use warnings;
4 use strict;
5
6 use base 'DBICTest::BaseSchema';
7
8 sub connection { exit 70 } # this is what the test will expect to see
9
10 1;