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