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 f126350 commit 0c4c041Copy full SHA for 0c4c041
lib/internal/Magento/Framework/View/Test/Unit/DesignLoaderTest.php
@@ -62,8 +62,8 @@ public function testLoad(): void
62
$this->_areaListMock->expects($this->once())->method('getArea')->with('area')->willReturn($area);
63
$area
64
->method('load')
65
- ->withConsecutive([Area::PART_DESIGN], [Area::PART_TRANSLATE])
66
- ->willReturnOnConsecutiveCalls($area, $area);
+ ->withConsecutive([Area::PART_DESIGN])
+ ->willReturnOnConsecutiveCalls($area);
67
$this->_model->load($this->_requestMock);
68
}
69
0 commit comments