Open Monograph Press  3.3.0
Symfony\Component\EventDispatcher\Tests\GenericEventTest Class Reference
Inheritance diagram for Symfony\Component\EventDispatcher\Tests\GenericEventTest:

Public Member Functions

 testConstruct ()
 
 testConstruct ()
 
 testGetArgException ()
 
 testGetArgException ()
 
 testGetArgument ()
 
 testGetArgument ()
 
 testGetArguments ()
 
 testGetArguments ()
 
 testGetSubject ()
 
 testGetSubject ()
 
 testHasArgument ()
 
 testHasArgument ()
 
 testHasIterator ()
 
 testHasIterator ()
 
 testOffsetGet ()
 
 testOffsetGet ()
 
 testOffsetIsset ()
 
 testOffsetIsset ()
 
 testOffsetSet ()
 
 testOffsetSet ()
 
 testOffsetUnset ()
 
 testOffsetUnset ()
 
 testSetArgument ()
 
 testSetArgument ()
 
 testSetArguments ()
 
 testSetArguments ()
 

Protected Member Functions

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

Detailed Description

Test class for Event.

Definition at line 20 of file lib/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php.

Member Function Documentation

◆ setUp() [1/2]

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

Prepares the environment before running a test.

Definition at line 35 of file lib/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php.

◆ setUp() [2/2]

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

Prepares the environment before running a test.

Definition at line 35 of file vendor/symfony/event-dispatcher/Tests/GenericEventTest.php.

◆ tearDown() [1/2]

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

Cleans up the environment after running a test.

Definition at line 44 of file lib/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php.

◆ tearDown() [2/2]

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

Cleans up the environment after running a test.

Definition at line 44 of file vendor/symfony/event-dispatcher/Tests/GenericEventTest.php.

◆ testConstruct() [1/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testConstruct ( )

◆ testConstruct() [2/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testConstruct ( )

◆ testGetArgException() [1/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testGetArgException ( )

@expectedException \InvalidArgumentException

Definition at line 87 of file lib/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php.

◆ testGetArgException() [2/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testGetArgException ( )

@expectedException \InvalidArgumentException

Definition at line 87 of file vendor/symfony/event-dispatcher/Tests/GenericEventTest.php.

◆ testGetArgument() [1/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testGetArgument ( )

◆ testGetArgument() [2/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testGetArgument ( )

◆ testGetArguments() [1/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testGetArguments ( )

Tests Event->getArgs().

Definition at line 58 of file lib/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php.

◆ testGetArguments() [2/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testGetArguments ( )

Tests Event->getArgs().

Definition at line 58 of file vendor/symfony/event-dispatcher/Tests/GenericEventTest.php.

◆ testGetSubject() [1/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testGetSubject ( )

◆ testGetSubject() [2/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testGetSubject ( )

◆ testHasArgument() [1/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testHasArgument ( )

◆ testHasArgument() [2/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testHasArgument ( )

◆ testHasIterator() [1/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testHasIterator ( )

◆ testHasIterator() [2/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testHasIterator ( )

◆ testOffsetGet() [1/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testOffsetGet ( )

◆ testOffsetGet() [2/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testOffsetGet ( )

◆ testOffsetIsset() [1/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testOffsetIsset ( )

◆ testOffsetIsset() [2/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testOffsetIsset ( )

◆ testOffsetSet() [1/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testOffsetSet ( )

◆ testOffsetSet() [2/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testOffsetSet ( )

◆ testOffsetUnset() [1/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testOffsetUnset ( )

◆ testOffsetUnset() [2/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testOffsetUnset ( )

◆ testSetArgument() [1/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testSetArgument ( )

◆ testSetArgument() [2/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testSetArgument ( )

◆ testSetArguments() [1/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testSetArguments ( )

◆ testSetArguments() [2/2]

Symfony\Component\EventDispatcher\Tests\GenericEventTest::testSetArguments ( )

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