Skip to content

Commit c47464d

Browse files
authored
Remove corresponding test call to getModule
1 parent 80edb99 commit c47464d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/internal/Magento/Framework/RequireJs/Test/Unit/ConfigTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ function ($file) {
115115
$fileOne->expects($this->once())
116116
->method('getName')
117117
->will($this->returnValue('file_one.js'));
118-
$fileOne->expects($this->once())
119-
->method('getModule')
120-
->will($this->returnValue('Module_One'));
121118
$fileTwo = $this->createMock(\Magento\Framework\View\File::class);
122119
$fileTwo->expects($this->once())
123120
->method('getFilename')

0 commit comments

Comments
 (0)