EventTest
extends PHPUnit_Framework_TestCase
in package
Test class for Event.
Table of Contents
Properties
Methods
- testIsPropagationStopped() : mixed
- testLegacyGetDispatcher() : mixed
- testLegacyGetName() : mixed
- testLegacySetDispatcher() : mixed
- testLegacySetName() : mixed
- testStopPropagationAndIsPropagationStopped() : mixed
- setUp() : mixed
- Sets up the fixture, for example, opens a network connection.
- tearDown() : mixed
- Tears down the fixture, for example, closes a network connection.
Properties
$dispatcher
protected
EventDispatcher
$dispatcher
$event
protected
Event
$event
Methods
testIsPropagationStopped()
public
testIsPropagationStopped() : mixed
testLegacyGetDispatcher()
public
testLegacyGetDispatcher() : mixed
Tags
testLegacyGetName()
public
testLegacyGetName() : mixed
Tags
testLegacySetDispatcher()
public
testLegacySetDispatcher() : mixed
Tags
testLegacySetName()
public
testLegacySetName() : mixed
Tags
testStopPropagationAndIsPropagationStopped()
public
testStopPropagationAndIsPropagationStopped() : mixed
setUp()
Sets up the fixture, for example, opens a network connection.
protected
setUp() : mixed
This method is called before a test is executed.
tearDown()
Tears down the fixture, for example, closes a network connection.
protected
tearDown() : mixed
This method is called after a test is executed.