X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestApp.pm;h=25203e1f82752ad96f7ccd736ea238cdb3bca801;hp=3bd3763d006cd32dbd2e99613f8550a8b9b2dc48;hb=bf7c9c87ac809f8370ee21db7effef130ea6e058;hpb=a7d2a53019cca4a6ebd29ccfc31139697f0dfdb8 diff --git a/t/lib/TestApp.pm b/t/lib/TestApp.pm index 3bd3763..25203e1 100644 --- a/t/lib/TestApp.pm +++ b/t/lib/TestApp.pm @@ -1,5 +1,4 @@ package TestApp; - use strict; use Catalyst qw/ Test::MangleDollarUnderScore @@ -42,7 +41,16 @@ has 'my_greeting_obj_lazy' => ( our $VERSION = '0.01'; -TestApp->config( name => 'TestApp', root => '/some/dir', use_request_uri_for_path => 1 ); +TestApp->config( + name => 'TestApp', + root => '/some/dir', + use_request_uri_for_path => 1, + 'Controller::Action::Action' => { + action_args => { + action_action_nine => { another_extra_arg => 13 } + } + } +); # Test bug found when re-adjusting the metaclass compat code in Moose # in 292360. Test added to Moose in 4b760d6, but leave this attribute