Skip to content

Commit e724788

Browse files
committed
Fixed broken unit test
1 parent 0ec2c91 commit e724788

File tree

1 file changed

+1
-2
lines changed
  • lib/internal/Magento/Framework/View/Test/Unit/File/Collector

1 file changed

+1
-2
lines changed

lib/internal/Magento/Framework/View/Test/Unit/File/Collector/BaseTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ public function testGetFiles()
8585
->method('create')
8686
->willReturn($this->createFileMock());
8787
$this->themeMock->expects($this->once())
88-
->method('getData')
89-
->with('area')
88+
->method('getArea')
9089
->willReturn('frontend');
9190

9291
$result = $this->fileCollector->getFiles($this->themeMock, '*.xml');

0 commit comments

Comments
 (0)