Skip to content

Commit ad2be67

Browse files
author
Joan He
committed
MAGETWO-29705: Fixed confusing Filesystem Read/Write Interfaces
1 parent c9c3ca1 commit ad2be67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/unit/testsuite/Magento/Downloadable/Helper/DownloadTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ protected function _setupUrlMocks($size = self::FILE_SIZE, $url = self::URL, $ad
226226
$this->fileReadFactory->expects(
227227
$this->once()
228228
)->method(
229-
'createWithDriverCode'
229+
'create'
230230
)->will(
231231
$this->returnValue($this->_handleMock)
232232
);

0 commit comments

Comments
 (0)