Skip to content

Commit 4b9a7c7

Browse files
author
Yu Tang
committed
MAGETWO-44491: [TD] ActionInterface has Method dispatch() Instead of execute()
- Fix merge error
1 parent b12c316 commit 4b9a7c7

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Email/Test/Unit/Controller/Adminhtml/Email/Template

1 file changed

+2
-2
lines changed

app/code/Magento/Email/Test/Unit/Controller/Adminhtml/Email/Template/PreviewTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ protected function setUp()
9595
]);
9696
}
9797

98-
public function testExecute()
98+
public function testExecuteInternal()
9999
{
100100
$this->viewMock->expects($this->once())
101101
->method('getPage')
@@ -110,6 +110,6 @@ public function testExecute()
110110
->method('prepend')
111111
->willReturnSelf();
112112

113-
$this->assertNull($this->object->execute());
113+
$this->assertNull($this->object->executeInternal());
114114
}
115115
}

0 commit comments

Comments
 (0)