silence m2m warnings
[catagits/Reaction.git] / t / im_dbic.t
index 24035bb..04d7e91 100644 (file)
@@ -3,8 +3,10 @@ use strict;
 use warnings;
 
 use Test::Class;
+BEGIN { $ENV{DBIC_OVERWRITE_HELPER_METHODS_OK} = 1; }
 use RTest::InterfaceModel::Reflector::DBIC;
 
+
 Test::Class->runtests(
   RTest::InterfaceModel::Reflector::DBIC->new(),
 );