silence warnings in tests
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_mvc.t
index ed31e7d..86ed667 100644 (file)
@@ -21,7 +21,7 @@ my @complist =
     __PACKAGE__->components->{'MyMVCTestApp::Model::Test::Object'} = $thingie;
 
     # allow $c->log->warn to work
-    __PACKAGE__->setup_log;
+    __PACKAGE__->setup_log('fatal');
 }
 
 {