dbc5992d0dcb66ac5e27eded8e707b82e270c3b9
[dbsrgits/DBIx-Class.git] / t / helperrels / 27adjacency_list.t
1 use Test::More;
2 use lib qw(t/lib);
3 use DBICTest;
4 use DBICTest::HelperRels;
5
6 require "t/run/27adjacency_list.tl";
7 run_tests(DBICTest->schema);