We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26719fd commit e00eb35Copy full SHA for e00eb35
dev/tests/integration/testsuite/Magento/Framework/App/FrontControllerTest.php
100644
100755
@@ -37,6 +37,6 @@ public function testDispatch()
37
$request = $this->_objectManager->create('Magento\Framework\App\Request\Http');
38
/* empty action */
39
$request->setRequestUri('core/index/index');
40
- $this->assertEmpty($this->_model->dispatch($request)->getBody());
+ $this->assertInstanceOf('Magento\Framework\Controller\ResultInterface', $this->_model->dispatch($request));
41
}
42
0 commit comments