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 b12c316 commit 4b9a7c7Copy full SHA for 4b9a7c7
app/code/Magento/Email/Test/Unit/Controller/Adminhtml/Email/Template/PreviewTest.php
@@ -95,7 +95,7 @@ protected function setUp()
95
]);
96
}
97
98
- public function testExecute()
+ public function testExecuteInternal()
99
{
100
$this->viewMock->expects($this->once())
101
->method('getPage')
@@ -110,6 +110,6 @@ public function testExecute()
110
->method('prepend')
111
->willReturnSelf();
112
113
- $this->assertNull($this->object->execute());
+ $this->assertNull($this->object->executeInternal());
114
115
0 commit comments