Skip to content

Commit 9b1b80e

Browse files
committed
MAGETWO-90349: Template file 'header.html' is not found.
1 parent 0413b68 commit 9b1b80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ public function testGetDesignConfig()
437437
/**
438438
* @return void
439439
*/
440-
public function testSetForcedAreaWhenAreIsSet(): void
440+
public function testSetForcedAreaWhenAreaIsSet(): void
441441
{
442442
$templateId = 'test_template';
443443
$model = $this->getModelMock([], ['area' => 'frontend']);

0 commit comments

Comments
 (0)