]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - t/sqlite.t
4517ccffa3bb17724c15f39d2005bc8a810dc7cf
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / sqlite.t
1 # -*- perl -*-
2
3 use lib 't/lib';
4 use DBSchema;
5 use RunTests;
6 use Test::More;
7
8 my $schema = DBSchema::get_test_schema();
9 run_tests( $schema );
10
This page took 0.029399 seconds and 4 git commands to generate.