Open Journal Systems  3.3.0
Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest Class Reference
Inheritance diagram for Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest:

Public Member Functions

 testAddListenerDisallowed ()
 
 testAddListenerDisallowed ()
 
 testAddSubscriberDisallowed ()
 
 testAddSubscriberDisallowed ()
 
 testDispatchDelegates ()
 
 testDispatchDelegates ()
 
 testGetListenersDelegates ()
 
 testGetListenersDelegates ()
 
 testHasListenersDelegates ()
 
 testHasListenersDelegates ()
 
 testRemoveListenerDisallowed ()
 
 testRemoveListenerDisallowed ()
 
 testRemoveSubscriberDisallowed ()
 
 testRemoveSubscriberDisallowed ()
 

Protected Member Functions

 setUp ()
 
 setUp ()
 

Detailed Description

Member Function Documentation

◆ setUp() [1/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::setUp ( )
protected

◆ setUp() [2/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::setUp ( )
protected

◆ testAddListenerDisallowed() [1/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::testAddListenerDisallowed ( )

@expectedException \BadMethodCallException

Definition at line 80 of file lib/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php.

◆ testAddListenerDisallowed() [2/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::testAddListenerDisallowed ( )

@expectedException \BadMethodCallException

Definition at line 80 of file vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php.

◆ testAddSubscriberDisallowed() [1/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::testAddSubscriberDisallowed ( )

@expectedException \BadMethodCallException

Definition at line 88 of file lib/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php.

◆ testAddSubscriberDisallowed() [2/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::testAddSubscriberDisallowed ( )

@expectedException \BadMethodCallException

Definition at line 88 of file vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php.

◆ testDispatchDelegates() [1/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::testDispatchDelegates ( )

◆ testDispatchDelegates() [2/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::testDispatchDelegates ( )

◆ testGetListenersDelegates() [1/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::testGetListenersDelegates ( )

◆ testGetListenersDelegates() [2/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::testGetListenersDelegates ( )

◆ testHasListenersDelegates() [1/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::testHasListenersDelegates ( )

◆ testHasListenersDelegates() [2/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::testHasListenersDelegates ( )

◆ testRemoveListenerDisallowed() [1/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::testRemoveListenerDisallowed ( )

@expectedException \BadMethodCallException

Definition at line 98 of file vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php.

◆ testRemoveListenerDisallowed() [2/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::testRemoveListenerDisallowed ( )

@expectedException \BadMethodCallException

Definition at line 98 of file lib/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php.

◆ testRemoveSubscriberDisallowed() [1/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::testRemoveSubscriberDisallowed ( )

@expectedException \BadMethodCallException

Definition at line 106 of file lib/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php.

◆ testRemoveSubscriberDisallowed() [2/2]

Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest::testRemoveSubscriberDisallowed ( )

@expectedException \BadMethodCallException

Definition at line 106 of file vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php.


The documentation for this class was generated from the following file: