X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Farg_constraints.t;h=05278d1f5bb6c03d3850dbff278cd139732d9810;hp=2103bf21e7454f1609ea7a958bbcb662971b118d;hb=cc7738c0fb5c4b5dc601734e7b525391d81d6639;hpb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063 diff --git a/t/arg_constraints.t b/t/arg_constraints.t index 2103bf2..05278d1 100644 --- a/t/arg_constraints.t +++ b/t/arg_constraints.t @@ -262,7 +262,7 @@ BEGIN { package MyApp; use Catalyst; - MyApp->setup; + MyApp->setup('-Log=fatal'); } use Catalyst::Test 'MyApp';