ImmutableEventDispatcherTest
extends PHPUnit_Framework_TestCase
in package
Tags
Table of Contents
Properties
- $dispatcher : ImmutableEventDispatcher
- $innerDispatcher : PHPUnit_Framework_MockObject_MockObject
Methods
- testAddListenerDisallowed() : mixed
- testAddSubscriberDisallowed() : mixed
- testDispatchDelegates() : mixed
- testGetListenersDelegates() : mixed
- testHasListenersDelegates() : mixed
- testRemoveListenerDisallowed() : mixed
- testRemoveSubscriberDisallowed() : mixed
- setUp() : mixed
Properties
$dispatcher
private
ImmutableEventDispatcher
$dispatcher
$innerDispatcher
private
PHPUnit_Framework_MockObject_MockObject
$innerDispatcher
Methods
testAddListenerDisallowed()
public
testAddListenerDisallowed() : mixed
Tags
testAddSubscriberDisallowed()
public
testAddSubscriberDisallowed() : mixed
Tags
testDispatchDelegates()
public
testDispatchDelegates() : mixed
testGetListenersDelegates()
public
testGetListenersDelegates() : mixed
testHasListenersDelegates()
public
testHasListenersDelegates() : mixed
testRemoveListenerDisallowed()
public
testRemoveListenerDisallowed() : mixed
Tags
testRemoveSubscriberDisallowed()
public
testRemoveSubscriberDisallowed() : mixed
Tags
setUp()
protected
setUp() : mixed