Delete basicrels tests. Modify run tests to use new syntax. Remove helperrels test...
[dbsrgits/DBIx-Class.git] / t / helperrels / 27ordered.t
CommitLineData
93cec8c3 1use Test::More;
2use lib qw(t/lib);
3use DBICTest;
4use DBICTest::HelperRels;
5
f1de6e99 6require "t/run/27ordered.tl";
93cec8c3 7run_tests(DBICTest->schema);