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 0ec2c91 commit e724788Copy full SHA for e724788
lib/internal/Magento/Framework/View/Test/Unit/File/Collector/BaseTest.php
@@ -85,8 +85,7 @@ public function testGetFiles()
85
->method('create')
86
->willReturn($this->createFileMock());
87
$this->themeMock->expects($this->once())
88
- ->method('getData')
89
- ->with('area')
+ ->method('getArea')
90
->willReturn('frontend');
91
92
$result = $this->fileCollector->getFiles($this->themeMock, '*.xml');
0 commit comments