PHP Class spec\LdapTools\Event\SymfonyEventDispatcherSpec

Inheritance: extends PhpSpec\ObjectBehavior
ファイルを表示 Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_should_add_a_listener ( )
it_should_add_a_subscriber ( )
it_should_allow_a_symfony_event_dispatcher_in_the_constructor ( )
it_should_be_able_to_check_if_a_listener_for_a_name_exists ( )
it_should_be_able_to_get_the_listeners_for_a_name ( )
it_should_implement_EventDispatcherInterface ( )
it_should_remove_a_listener ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_add_a_listener() public method

it_should_add_a_subscriber() public method

it_should_allow_a_symfony_event_dispatcher_in_the_constructor() public method

it_should_be_able_to_check_if_a_listener_for_a_name_exists() public method

it_should_be_able_to_get_the_listeners_for_a_name() public method

it_should_implement_EventDispatcherInterface() public method

it_should_remove_a_listener() public method