EmitterTest
extends TestCase
in package
Table of Contents
- $traitObject : object
- The object under test.
- createApplication() : HttpKernelInterface
- Creates the application.
- setUp() : void
- Sets up the fixture.
- testBind() : mixed
- testBindOnce() : mixed
- testBindPriority() : mixed
- testFireEvent() : mixed
- testFireEventResult() : mixed
- testNothing() : mixed
- testUnbindEvent() : mixed
- callProtectedMethod() : mixed
Properties
$traitObject
The object under test.
private
object
$traitObject
Methods
createApplication()
Creates the application.
public
createApplication() : HttpKernelInterface
Return values
HttpKernelInterface —setUp()
Sets up the fixture.
public
setUp() : void
This method is called before a test is executed.
Return values
void —testBind()
public
testBind() : mixed
Return values
mixed —testBindOnce()
public
testBindOnce() : mixed
Return values
mixed —testBindPriority()
public
testBindPriority() : mixed
Return values
mixed —testFireEvent()
public
testFireEvent() : mixed
Return values
mixed —testFireEventResult()
public
testFireEventResult() : mixed
Return values
mixed —testNothing()
public
testNothing() : mixed
Return values
mixed —testUnbindEvent()
public
testUnbindEvent() : mixed
Return values
mixed —callProtectedMethod()
protected
static callProtectedMethod(mixed $object, mixed $name[, mixed $params = [] ]) : mixed
Parameters
- $object : mixed
- $name : mixed
- $params : mixed = []