PHP Class ImboUnitTest\EventManager\EventTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: imbo/imbo

Public Methods

Method Description
getArguments ( )
setUp ( ) Set up the event instance
tearDown ( ) Set up the event instance
testCanSetAndGetName ( )
testCanSetAndGetRequest ( $method, $argument, $value )
testCanSetArgumentsThroughConstructor ( )
testCanStopPropagation ( )
testSetArgumentsOverridesAllArguments ( )
testThrowsExceptionWhenGettingArgumentThatDoesNotExist ( )

Method Details

getArguments() public method

public getArguments ( )

setUp() public method

Set up the event instance
public setUp ( )

tearDown() public method

Set up the event instance
public tearDown ( )

testCanSetAndGetName() public method

testCanSetAndGetRequest() public method

public testCanSetAndGetRequest ( $method, $argument, $value )

testCanSetArgumentsThroughConstructor() public method

testCanStopPropagation() public method

testSetArgumentsOverridesAllArguments() public method

testThrowsExceptionWhenGettingArgumentThatDoesNotExist() public method