silence warnings in tests
[catagits/Catalyst-Runtime.git] / t / abort-chain-2.t
index af45ccf..7b45f48 100644 (file)
@@ -35,7 +35,7 @@ BEGIN {
     $INC{'TestApp.pm'} = __FILE__;
     use Catalyst;
     __PACKAGE__->config(abort_chain_on_error_fix => 1);
-    __PACKAGE__->setup;
+    __PACKAGE__->setup('-Log=fatal');
 }
 
 use Catalyst::Test 'TestApp';