X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Funit_core_setup.t;h=8f41a2ba865aa668b6aa47a05de927115a554c39;hb=69c272738eeb23ce56dfec8840581a167b0b88c3;hp=00ee842d51bc5d73fa55d408f6388b148caae242;hpb=e1a0feeac7838af26683b6aca7df860228bfbf35;p=catagits%2FCatalyst-Runtime.git diff --git a/t/unit_core_setup.t b/t/unit_core_setup.t index 00ee842..8f41a2b 100644 --- a/t/unit_core_setup.t +++ b/t/unit_core_setup.t @@ -26,6 +26,10 @@ sub build_test_app_with_setup { return $name; } +build_test_app_with_setup('UnusedApp'); # Mock an app before localizing %ENV + # to ensure that anything which is dynamically + # loaded from the enviornment is loaded + local %ENV; # Don't allow env variables to mess us up. {