Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 1ab5b13

Browse files
committed
Removed traditional var_dump() statement
1 parent 606ce94 commit 1ab5b13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/MiddlewareListenerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@ public function testMiddlewareDispatchWillRetrieveAnyCallableReturnValue($middle
425425
$middleware->expects(self::once())->method('__invoke')->willReturn($middlewareResult);
426426

427427
$eventManager->attach(MvcEvent::EVENT_DISPATCH_ERROR, function ($e) {
428-
var_dump($e->getParam('exception')->getMessage());
429428
self::fail('No dispatch error should have been raised');
430429
});
431430

0 commit comments

Comments
 (0)