212d33dc67a2f04b123b9fa4a1693fd0187ca43d
[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 connect { exit 70 } # this is what the test will expect to see
9
10 1;