X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_component.t;h=31830a6de333b8414eb59d22096140f28bf77177;hb=7991d6fc21b6827110266ea18a2e302a609190e2;hp=69ac6c0153a268d8219bbaa4b97db1680bc0820c;hpb=7905feb37e16936e4acd2e21bf65815109b39620;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_component.t b/t/aggregate/unit_core_component.t index 69ac6c0..31830a6 100644 --- a/t/aggregate/unit_core_component.t +++ b/t/aggregate/unit_core_component.t @@ -14,7 +14,7 @@ my @complist = map { "MyApp::$_"; } qw/C::Controller M::Model V::View/; __PACKAGE__->components({ map { ($_, $_) } @complist }); # this is so $c->log->warn will work - __PACKAGE__->setup_log; + __PACKAGE__->setup_log('fatal'); } is(MyApp->comp('MyApp::V::View'), 'MyApp::V::View', 'Explicit return ok');