Skip to content

Commit

Permalink
MAGETWO-43953: Unable to import images when DocumentRoot is pub/index…
Browse files Browse the repository at this point in the history
….php
  • Loading branch information
Yaroslav Onischenko committed Oct 29, 2015
1 parent e62021f commit d1989cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ protected function setUp()
->getMock();

$this->directoryMock = $this->getMockBuilder('\Magento\Framework\Filesystem\Directory\Writer')
->setMethods(['writeFile', 'getRelativePath'])
->setMethods(['writeFile', 'getRelativePath', 'getAbsolutePath'])
->disableOriginalConstructor()
->getMock();

Expand Down

0 comments on commit d1989cf

Please sign in to comment.