common tests for schema_base_class and components
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestSchemaBaseClass.pm
index 82e36dc..dc4e955 100644 (file)
@@ -13,4 +13,6 @@ sub connection {
     return $self->next::method(@info);
 }
 
+sub testschemabaseclass { 'TestSchemaBaseClass works' }
+
 1;