X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F20invocations.t;h=fe52379601dec013c9c9054b5a606eb9631cd43c;hb=4f3ff924f36e5f893c3e75d9703a4f619eb31a41;hp=b02402f3c67d76c59dd1167fbdc0128b7849b700;hpb=dcaf302ac7e5e1e66b45e1319e07f02c5fcc8cb1;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/20invocations.t b/t/20invocations.t index b02402f..fe52379 100644 --- a/t/20invocations.t +++ b/t/20invocations.t @@ -124,6 +124,15 @@ my @invocations = ( ); DBICTest::Schema::14->clone; }, + 'moose' => sub { + package DBICTest::Schema::8; + use base qw/ DBIx::Class::Schema::Loader /; + __PACKAGE__->naming('current'); + __PACKAGE__->connect( + $make_dbictest_db::dsn, + { loader_options => { use_moose => 1 } } + ); + }, ); # 4 tests per k/v pair