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

Public Member Functions

 testIsPropagationStopped ()
 
 testIsPropagationStopped ()
 
 testLegacyGetDispatcher ()
 
 testLegacyGetDispatcher ()
 
 testLegacyGetName ()
 
 testLegacyGetName ()
 
 testLegacySetDispatcher ()
 
 testLegacySetDispatcher ()
 
 testLegacySetName ()
 
 testLegacySetName ()
 
 testStopPropagationAndIsPropagationStopped ()
 
 testStopPropagationAndIsPropagationStopped ()
 

Protected Member Functions

 setUp ()
 
 setUp ()
 
 tearDown ()
 
 tearDown ()
 

Protected Attributes

 $dispatcher
 
 $event
 

Detailed Description

Test class for Event.

Definition at line 21 of file lib/vendor/symfony/event-dispatcher/Tests/EventTest.php.

Member Function Documentation

◆ setUp() [1/2]

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

Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.

Definition at line 43 of file lib/vendor/symfony/event-dispatcher/Tests/EventTest.php.

◆ setUp() [2/2]

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

Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.

Definition at line 43 of file vendor/symfony/event-dispatcher/Tests/EventTest.php.

◆ tearDown() [1/2]

Symfony\Component\EventDispatcher\Tests\EventTest::tearDown ( )
protected

Tears down the fixture, for example, closes a network connection. This method is called after a test is executed.

Definition at line 53 of file lib/vendor/symfony/event-dispatcher/Tests/EventTest.php.

◆ tearDown() [2/2]

Symfony\Component\EventDispatcher\Tests\EventTest::tearDown ( )
protected

Tears down the fixture, for example, closes a network connection. This method is called after a test is executed.

Definition at line 53 of file vendor/symfony/event-dispatcher/Tests/EventTest.php.

◆ testIsPropagationStopped() [1/2]

Symfony\Component\EventDispatcher\Tests\EventTest::testIsPropagationStopped ( )

◆ testIsPropagationStopped() [2/2]

Symfony\Component\EventDispatcher\Tests\EventTest::testIsPropagationStopped ( )

◆ testLegacyGetDispatcher() [1/2]

Symfony\Component\EventDispatcher\Tests\EventTest::testLegacyGetDispatcher ( )

@group legacy

Definition at line 82 of file lib/vendor/symfony/event-dispatcher/Tests/EventTest.php.

◆ testLegacyGetDispatcher() [2/2]

Symfony\Component\EventDispatcher\Tests\EventTest::testLegacyGetDispatcher ( )

@group legacy

Definition at line 82 of file vendor/symfony/event-dispatcher/Tests/EventTest.php.

◆ testLegacyGetName() [1/2]

Symfony\Component\EventDispatcher\Tests\EventTest::testLegacyGetName ( )

@group legacy

Definition at line 90 of file lib/vendor/symfony/event-dispatcher/Tests/EventTest.php.

◆ testLegacyGetName() [2/2]

Symfony\Component\EventDispatcher\Tests\EventTest::testLegacyGetName ( )

@group legacy

Definition at line 90 of file vendor/symfony/event-dispatcher/Tests/EventTest.php.

◆ testLegacySetDispatcher() [1/2]

Symfony\Component\EventDispatcher\Tests\EventTest::testLegacySetDispatcher ( )

@group legacy

Definition at line 73 of file vendor/symfony/event-dispatcher/Tests/EventTest.php.

◆ testLegacySetDispatcher() [2/2]

Symfony\Component\EventDispatcher\Tests\EventTest::testLegacySetDispatcher ( )

@group legacy

Definition at line 73 of file lib/vendor/symfony/event-dispatcher/Tests/EventTest.php.

◆ testLegacySetName() [1/2]

Symfony\Component\EventDispatcher\Tests\EventTest::testLegacySetName ( )

@group legacy

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

◆ testLegacySetName() [2/2]

Symfony\Component\EventDispatcher\Tests\EventTest::testLegacySetName ( )

@group legacy

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

◆ testStopPropagationAndIsPropagationStopped() [1/2]

Symfony\Component\EventDispatcher\Tests\EventTest::testStopPropagationAndIsPropagationStopped ( )

◆ testStopPropagationAndIsPropagationStopped() [2/2]

Symfony\Component\EventDispatcher\Tests\EventTest::testStopPropagationAndIsPropagationStopped ( )

Field Documentation

◆ $dispatcher

Symfony Component EventDispatcher EventDispatcher Symfony\Component\EventDispatcher\Tests\EventTest::$dispatcher
protected

◆ $event

Symfony Component EventDispatcher Event Symfony\Component\EventDispatcher\Tests\EventTest::$event
protected

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