X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Funit_core_plugin.t;h=becc3c16cf7eaa98059d3392b0281691ae2baf12;hp=11cef846aaf84617c3ca456c3b4ac7a225b260e0;hb=550464108eada19dba470ec5d17fc849399fdab0;hpb=06400669da6cf01420f8bdc444d799ed8ff07ae2 diff --git a/t/aggregate/unit_core_plugin.t b/t/aggregate/unit_core_plugin.t index 11cef84..becc3c1 100644 --- a/t/aggregate/unit_core_plugin.t +++ b/t/aggregate/unit_core_plugin.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 24; +use Test::More; use lib 't/lib'; @@ -53,6 +53,7 @@ my @expected = qw( Catalyst::Plugin::Test::Inline Catalyst::Plugin::Test::MangleDollarUnderScore Catalyst::Plugin::Test::Plugin + Catalyst::Plugin::Unicode::Encoding TestApp::Plugin::AddDispatchTypes TestApp::Plugin::FullyQualified ); @@ -61,3 +62,4 @@ my @expected = qw( is_deeply [ TestApp->registered_plugins ], \@expected, 'registered_plugins() should only report the plugins for the current class'; +done_testing;