|
@@ -58,7 +58,7 @@ |
|
|
block discarded – undo |
|
58
|
58
|
$this->assertInstanceOf('ivol\EventDispatcher\BeforeExecuteEvent', $actualEvents[0]); |
|
59
|
59
|
$this->assertEquals(new ExecutionContext('echo %s', array('123')), $actualEvents[0]->getParams()); |
|
60
|
60
|
$this->assertInstanceOf('ivol\EventDispatcher\AfterExecuteEvent', $actualEvents[1]); |
|
61
|
|
- $this->assertEquals(new ExecutionResult(0 , array('123')), $actualEvents[1]->getResult()); |
|
|
61
|
+ $this->assertEquals(new ExecutionResult(0, array('123')), $actualEvents[1]->getResult()); |
|
62
|
62
|
} |
|
63
|
63
|
} |
|
64
|
64
|
|
Please login to merge, or discard this patch.