various identifier cleanups, to help prevent clashing with Schema stuff down the...
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 01use.t
CommitLineData
a78e3fed 1use strict;
2use Test::More tests => 3;
3
4BEGIN {
5 use_ok 'DBIx::Class::Loader';
6 SKIP: {
7 use_ok 'DBIx::Class::Loader::mysql';
8 }
9 SKIP: {
10 use_ok 'DBIx::Class::Loader::Pg';
11 }
12}