Support for relationship attributes in many_to_many accessors.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema.pm
index 8e7597d..f8b2cd9 100644 (file)
@@ -33,7 +33,9 @@ __PACKAGE__->load_classes(qw/
     'Producer',
     'CD_to_Producer',
   ),
-  qw/SelfRefAlias TreeLike TwoKeyTreeLike Event NoPrimaryKey/
+  qw/SelfRefAlias TreeLike TwoKeyTreeLike Event NoPrimaryKey/,
+  qw/Collection CollectionObject TypedObject/,
+  qw/Owners BooksInLibrary/
 );
 
 1;