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