Skip to content

Commit e00eb35

Browse files
author
vpaladiychuk
committed
MAGETWO-26762: Default Exception Handler for Controllers
1 parent 26719fd commit e00eb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/App/FrontControllerTest.php

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ public function testDispatch()
3737
$request = $this->_objectManager->create('Magento\Framework\App\Request\Http');
3838
/* empty action */
3939
$request->setRequestUri('core/index/index');
40-
$this->assertEmpty($this->_model->dispatch($request)->getBody());
40+
$this->assertInstanceOf('Magento\Framework\Controller\ResultInterface', $this->_model->dispatch($request));
4141
}
4242
}

0 commit comments

Comments
 (0)