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