silence m2m warnings
[catagits/Reaction.git] / t / 00componentui_compiles.t
1 use strict;
2 use warnings;
3 use Test::More tests => 1;
4
5 BEGIN { $ENV{DBIC_OVERWRITE_HELPER_METHODS_OK} = 1; }
6
7 use_ok('ComponentUI') 
8   or BAIL_OUT('ComponentUI does not compile, giving up');
9