X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Ftestinclude%2FDBICTestAdminInc.pm;fp=t%2Flib%2Ftestinclude%2FDBICTestAdminInc.pm;h=cf7f6f998269d59d7b4d1729780b069c761f84bb;hb=fe0708a2d68b5d34b6bc6f7e70164c3e569f1dd0;hp=0000000000000000000000000000000000000000;hpb=01272eb81fe3a43e0a2f7befa465cc669945d543;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/testinclude/DBICTestAdminInc.pm b/t/lib/testinclude/DBICTestAdminInc.pm new file mode 100644 index 0000000..cf7f6f9 --- /dev/null +++ b/t/lib/testinclude/DBICTestAdminInc.pm @@ -0,0 +1,6 @@ +package DBICTestAdminInc; +use base 'DBIx::Class::Schema'; + +sub connect { exit 70 } # this is what the test will expect to see + +1;