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