X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_setup_log.t;h=fb73297e50533c60922f11676e36c7768cf093e5;hb=807303a1658f895c41417beba24d24ff9b71c194;hp=1406944eb032d450db7f56bc9c47d7f29419accb;hpb=5d50f369bffa3625ca983b72fc8bc013c8a1e802;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_setup_log.t b/t/aggregate/unit_core_setup_log.t index 1406944..fb73297 100644 --- a/t/aggregate/unit_core_setup_log.t +++ b/t/aggregate/unit_core_setup_log.t @@ -2,13 +2,11 @@ use strict; use warnings; use Test::More tests => 30; -use Test::Exception; use Catalyst (); sub mock_app { my $name = shift; - print "Setting up mock application: $name\n"; my $meta = Moose->init_meta( for_class => $name ); $meta->superclasses('Catalyst'); return $meta->name;