X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestAppCustomContainer%2FNoSugarContainer.pm;h=350842be68bd1691d03ecedfed2f5833c48c2ca6;hb=e5e7c93126fc179034b07bd6e2f0055b0aca6599;hp=dc319713f08d7645183c79d8830ffcec0219278f;hpb=a5f37ed617de951c53b88723fb64f0ee3278a7db;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestAppCustomContainer/NoSugarContainer.pm b/t/lib/TestAppCustomContainer/NoSugarContainer.pm index dc31971..350842b 100644 --- a/t/lib/TestAppCustomContainer/NoSugarContainer.pm +++ b/t/lib/TestAppCustomContainer/NoSugarContainer.pm @@ -26,9 +26,9 @@ sub BUILD { # FIXME - i think it should be a ConstructorInjection # but only BlockInjection gets ctx parameter Catalyst::IOC::ConstructorInjection->new( - name => 'Baz', + name => 'RequestLifeCycle', lifecycle => '+Catalyst::IOC::LifeCycle::Request', - class => 'TestAppCustomContainer::Model::Baz', + class => 'TestAppCustomContainer::Model::RequestLifeCycle', dependencies => { application_name => depends_on( '/application_name' ), foo => depends_on('/model/DefaultSetup'),