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 bc95ef1 commit 5f2dfdfCopy full SHA for 5f2dfdf
dev/tests/integration/testsuite/Magento/Version/Controller/Index/IndexTest.php
@@ -7,10 +7,10 @@
7
8
class IndexTest extends \Magento\TestFramework\TestCase\AbstractController
9
{
10
- public function testExecute()
+ public function testIndexAction()
11
12
// Execute controller to get version response
13
- $this->dispatch('magento_version');
+ $this->dispatch('magento_version/index/index');
14
$body = $this->getResponse()->getBody();
15
16
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
0 commit comments