Skip to content

Commit 662a316

Browse files
committed
MAGETWO-90349: Template file 'header.html' is not found.
1 parent ec83580 commit 662a316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Email/Test/Unit/Model/AbstractTemplateTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ public function testGetDesignConfig()
437437
/**
438438
* @return void
439439
*/
440-
public function testSetForcedAreaWhenAreaIsSet(): void
440+
public function testSetForcedAreaWhenAreaIsNotSet(): void
441441
{
442442
$templateId = 'test_template';
443443
$model = $this->getModelMock([], ['area' => null]);
@@ -452,7 +452,7 @@ public function testSetForcedAreaWhenAreaIsSet(): void
452452
/**
453453
* @return void
454454
*/
455-
public function testNotSetForcedAreaWhenAreaIsSet(): void
455+
public function testSetForcedAreaWhenAreaIsSet(): void
456456
{
457457
$templateId = 'test_template';
458458
$model = $this->getModelMock([], ['area' => 'frontend']);

0 commit comments

Comments
 (0)