cf7f6f998269d59d7b4d1729780b069c761f84bb
[dbsrgits/DBIx-Class.git] / t / lib / testinclude / DBICTestAdminInc.pm
1 package DBICTestAdminInc;
2 use base 'DBIx::Class::Schema';
3
4 sub connect { exit 70 } # this is what the test will expect to see
5
6 1;