@@ -28,7 +28,7 @@ |
||
| 28 | 28 | include TestPaths::getPathToIntegrationTest() |
| 29 | 29 | ); |
| 30 | 30 | |
| 31 | - $this->getApplication()->getEventManager()->attach(MvcEvent::EVENT_DISPATCH_ERROR, function (MvcEvent $e) { |
|
| 31 | + $this->getApplication()->getEventManager()->attach(MvcEvent::EVENT_DISPATCH_ERROR, function(MvcEvent $e) { |
|
| 32 | 32 | $exception = $e->getParam('exception', null); |
| 33 | 33 | if ($exception) { |
| 34 | 34 | throw $exception; |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | ); |
| 30 | 30 | |
| 31 | 31 | |
| 32 | - $this->getApplication()->getEventManager()->attach(MvcEvent::EVENT_DISPATCH_ERROR, function (MvcEvent $e) { |
|
| 32 | + $this->getApplication()->getEventManager()->attach(MvcEvent::EVENT_DISPATCH_ERROR, function(MvcEvent $e) { |
|
| 33 | 33 | $exception = $e->getParam('exception', null); |
| 34 | 34 | if ($exception) { |
| 35 | 35 | throw $exception; |