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 80edb99 commit c47464dCopy full SHA for c47464d
lib/internal/Magento/Framework/RequireJs/Test/Unit/ConfigTest.php
@@ -115,9 +115,6 @@ function ($file) {
115
$fileOne->expects($this->once())
116
->method('getName')
117
->will($this->returnValue('file_one.js'));
118
- $fileOne->expects($this->once())
119
- ->method('getModule')
120
- ->will($this->returnValue('Module_One'));
121
$fileTwo = $this->createMock(\Magento\Framework\View\File::class);
122
$fileTwo->expects($this->once())
123
->method('getFilename')
0 commit comments