EventTest
extends TestCase
in package
Test class for Event.
Table of Contents
- $event : Event
- testIsPropagationStopped() : 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
$event
protected
Event
$event
Methods
testIsPropagationStopped()
public
testIsPropagationStopped() : mixed
Return values
mixed —testStopPropagationAndIsPropagationStopped()
public
testStopPropagationAndIsPropagationStopped() : mixed
Return values
mixed —setUp()
Sets up the fixture, for example, opens a network connection.
protected
setUp() : mixed
This method is called before a test is executed.
Return values
mixed —tearDown()
Tears down the fixture, for example, closes a network connection.
protected
tearDown() : mixed
This method is called after a test is executed.