Fix more fallout from 9b871b00, centralize the ugly in a base Schema class
[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;