Documentation

EventTest extends PHPUnit_Framework_TestCase
in package

Test class for Event.

Table of Contents

Properties

$dispatcher  : EventDispatcher
$event  : Event

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

Methods

testIsPropagationStopped()

public testIsPropagationStopped() : mixed

testLegacyGetDispatcher()

public testLegacyGetDispatcher() : mixed
Tags
group

legacy

testLegacyGetName()

public testLegacyGetName() : mixed
Tags
group

legacy

testLegacySetDispatcher()

public testLegacySetDispatcher() : mixed
Tags
group

legacy

testLegacySetName()

public testLegacySetName() : mixed
Tags
group

legacy

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.


        
On this page

Search results