Skip to content

Commit d96951c

Browse files
author
Erik Hansen
committed
MAGETWO-37672: Responsive Email Foundation
- Fixed failing unit tests
1 parent 2631119 commit d96951c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Email/Model/BackendTemplate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public function __construct(
5454
$this->_structure = $structure;
5555
parent::__construct(
5656
$context,
57-
$registry,
5857
$design,
58+
$registry,
5959
$appEmulation,
6060
$storeManager,
6161
$assetRepo,

app/code/Magento/Newsletter/Test/Unit/Model/TemplateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function testGetProcessedTemplateSubject()
204204
* @param $storeId int
205205
* @param $expectedVariables array
206206
* @param $expectedResult string
207-
* @dataProvider getProcessedTemplateProvider
207+
* @dataProvider getProcessedTemplateDataProvider
208208
*/
209209
public function testGetProcessedTemplate($variables, $templateType, $storeId, $expectedVariables, $expectedResult)
210210
{

0 commit comments

Comments
 (0)