Removed BasicRels and reorganized where the various init/setup code resides.
[dbsrgits/DBIx-Class.git] / t / basicrels / 21transactions.t
CommitLineData
69ac22ee 1use Test::More;
2use lib qw(t/lib);
3use DBICTest;
4use DBICTest::BasicRels;
5
cf245255 6require "t/run/21transactions.tl";
69ac22ee 7run_tests(DBICTest->schema);