added test for new method get_all_component_services
[catagits/Catalyst-Runtime.git] / t / lib / TestAppGetAllComponentServices.pm
CommitLineData
5084877e 1package TestAppGetAllComponentServices;
2use Moose;
3extends 'Catalyst';
4__PACKAGE__->setup_config;
5__PACKAGE__->setup_components;
6__PACKAGE__->meta->make_immutable;
71;