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 6db8374 commit bcc6af6Copy full SHA for bcc6af6
app/code/Magento/Cms/Test/Unit/Model/Wysiwyg/Images/StorageTest.php
@@ -158,7 +158,10 @@ protected function setUp()
158
$this->returnValue($this->directoryMock)
159
);
160
161
- $this->fileMock = $this->createPartialMock(\Magento\Framework\Filesystem\Driver\File::class, ['getParentDirectory']);
+ $this->fileMock = $this->createPartialMock(
162
+ \Magento\Framework\Filesystem\Driver\File::class,
163
+ ['getParentDirectory']
164
+ );
165
$this->ioFileMock = $this->createPartialMock(\Magento\Framework\Filesystem\Io\File::class, ['getPathInfo']);
166
$this->ioFileMock->expects(
167
$this->any()
0 commit comments