Some test suite corrections ahead of next commits
[dbsrgits/DBIx-Class.git] / t / lib / testinclude / DBICTestConfig.pm
index e531dc4..e59982f 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 
 use base 'DBICTest::BaseSchema';
 
-sub connect {
+sub connection {
   my($self, @opt) = @_;
   @opt == 4
     and $opt[0] eq 'klaatu'