PHP Class ProophTest\ServiceBus\EventBusTest

Inheritance: extends TestCase
Show file Open project: prooph/service-bus

Public Methods

Method Description
it_dispatches_a_message_using_the_default_process ( )
it_invokes_all_listeners ( )
it_throws_service_bus_exception_if_exception_is_not_handled_by_a_plugin ( )
it_triggers_all_defined_action_events ( )
it_uses_the_fqcn_of_the_message_if_message_name_was_not_provided_and_message_does_not_implement_has_message_name ( )

Protected Methods

Method Description
setUp ( )

Method Details

it_dispatches_a_message_using_the_default_process() public method

it_invokes_all_listeners() public method

it_throws_service_bus_exception_if_exception_is_not_handled_by_a_plugin() public method

it_triggers_all_defined_action_events() public method

it_uses_the_fqcn_of_the_message_if_message_name_was_not_provided_and_message_does_not_implement_has_message_name() public method

setUp() protected method

protected setUp ( )