]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - t/moosified-rs.t
fixed usage with moosified resultsets (RT#64773)
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / moosified-rs.t
1 # -*- perl -*-
2
3 use lib 't/lib';
4 use DBSchemaMoose;
5 use RunTests;
6 use Test::More;
7
8 my $schema = DBSchemaMoose->get_test_schema();
9
10 run_tests( $schema);
11
This page took 0.032129 seconds and 5 git commands to generate.