Skip to content
Snippets Groups Projects
Commit df281bf7 authored by Oleksandr Karpenko's avatar Oleksandr Karpenko
Browse files

MAGETWO-51604: [TD] Add functionality to save image in custom folder

parent 99b5c9ec
Branches
No related merge requests found
......@@ -157,10 +157,6 @@ class FileTest extends \PHPUnit_Framework_TestCase
],
]
);
// $this->fileConfig->expects($this->exactly(2))
// ->method('getTmpMediaPath')
// ->with($value)
// ->willReturn($tmpMediaPath);
$this->mediaDirectory->expects($this->once())
->method('copyFile')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment