PHP Class ImboUnitTest\EventManager\EventTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: imbo/imbo

Méthodes publiques

Méthode 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 méthode

public getArguments ( )

setUp() public méthode

Set up the event instance
public setUp ( )

tearDown() public méthode

Set up the event instance
public tearDown ( )

testCanSetAndGetName() public méthode

testCanSetAndGetRequest() public méthode

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

testCanSetArgumentsThroughConstructor() public méthode

testCanStopPropagation() public méthode

testSetArgumentsOverridesAllArguments() public méthode

testThrowsExceptionWhenGettingArgumentThatDoesNotExist() public méthode