Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit bcc6af6

Browse files
committed
MC-16192: Fixes for static test
1 parent 6db8374 commit bcc6af6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Cms/Test/Unit/Model/Wysiwyg/Images/StorageTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,10 @@ protected function setUp()
158158
$this->returnValue($this->directoryMock)
159159
);
160160

161-
$this->fileMock = $this->createPartialMock(\Magento\Framework\Filesystem\Driver\File::class, ['getParentDirectory']);
161+
$this->fileMock = $this->createPartialMock(
162+
\Magento\Framework\Filesystem\Driver\File::class,
163+
['getParentDirectory']
164+
);
162165
$this->ioFileMock = $this->createPartialMock(\Magento\Framework\Filesystem\Io\File::class, ['getPathInfo']);
163166
$this->ioFileMock->expects(
164167
$this->any()

0 commit comments

Comments
 (0)