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 ec83580 commit 662a316Copy full SHA for 662a316
app/code/Magento/Email/Test/Unit/Model/AbstractTemplateTest.php
@@ -437,7 +437,7 @@ public function testGetDesignConfig()
437
/**
438
* @return void
439
*/
440
- public function testSetForcedAreaWhenAreaIsSet(): void
+ public function testSetForcedAreaWhenAreaIsNotSet(): void
441
{
442
$templateId = 'test_template';
443
$model = $this->getModelMock([], ['area' => null]);
@@ -452,7 +452,7 @@ public function testSetForcedAreaWhenAreaIsSet(): void
452
453
454
455
- public function testNotSetForcedAreaWhenAreaIsSet(): void
+ public function testSetForcedAreaWhenAreaIsSet(): void
456
457
458
$model = $this->getModelMock([], ['area' => 'frontend']);
0 commit comments