added test for new method get_all_component_services
authorAndré Walker <andre@andrewalker.net>
Fri, 20 Jul 2012 03:34:48 +0000 (00:34 -0300)
committerAndré Walker <andre@andrewalker.net>
Sat, 20 Oct 2012 05:26:01 +0000 (02:26 -0300)
commit5084877e2cbb4a0ecd44ac3dcd08b428899a72ed
tree25fe36a2c3d76108a2bfa8eea558f8830d2357a6
parentadd5e412d1a0b3c464c49596ed547f271c604c95
added test for new method get_all_component_services
t/aggregate/unit_core_container_get_all_component_services.t [new file with mode: 0644]
t/lib/TestAppGetAllComponentServices.pm [new file with mode: 0644]
t/lib/TestAppGetAllComponentServices/Controller/Root.pm [new file with mode: 0644]
t/lib/TestAppGetAllComponentServices/Model/Bar.pm [new file with mode: 0644]
t/lib/TestAppGetAllComponentServices/Model/Baz.pm [new file with mode: 0644]
t/lib/TestAppGetAllComponentServices/Model/Foo.pm [new file with mode: 0644]
t/lib/TestAppGetAllComponentServices/View/Wibble.pm [new file with mode: 0644]
t/lib/TestAppGetAllComponentServices/View/Wobble.pm [new file with mode: 0644]
t/lib/TestAppGetAllComponentServices/View/Wubble.pm [new file with mode: 0644]