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 754d422 commit 438bcf6Copy full SHA for 438bcf6
lib/internal/Magento/Framework/App/Test/Unit/Response/Http/FileFactoryTest.php
@@ -135,7 +135,7 @@ public function testCreateArrayContent(): void
135
$this->fileResponseFactory->expects($this->once())
136
->method('create')
137
->with([
138
- 'fileOptions' => [
+ 'options' => [
139
'filePath' => $file,
140
'fileName' => 'fileName',
141
'contentType' => 'application/octet-stream',
@@ -173,7 +173,7 @@ public function testCreateArrayContentRm(): void
173
174
175
176
177
178
179
0 commit comments