Documentation

GenericEventTest extends PHPUnit_Framework_TestCase
in package

Test class for Event.

Table of Contents

Properties

$event  : GenericEvent
$subject  : mixed

Methods

testConstruct()  : mixed
testGetArgException()  : mixed
testGetArgument()  : mixed
testGetArguments()  : mixed
Tests Event->getArgs().
testGetSubject()  : mixed
testHasArgument()  : mixed
testHasIterator()  : mixed
testOffsetGet()  : mixed
testOffsetIsset()  : mixed
testOffsetSet()  : mixed
testOffsetUnset()  : mixed
testSetArgument()  : mixed
testSetArguments()  : mixed
setUp()  : mixed
Prepares the environment before running a test.
tearDown()  : mixed
Cleans up the environment after running a test.

Properties

Methods

testGetArgException()

public testGetArgException() : mixed
Tags
expectedException

\InvalidArgumentException

testGetArguments()

Tests Event->getArgs().

public testGetArguments() : mixed

setUp()

Prepares the environment before running a test.

protected setUp() : mixed

tearDown()

Cleans up the environment after running a test.

protected tearDown() : mixed

        
On this page

Search results