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

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

parent df281bf7
Branches
No related merge requests found
......@@ -16,6 +16,9 @@ use Magento\Framework\Filesystem\Directory\WriteInterface;
use Magento\Framework\UrlInterface;
use Magento\Store\Model\StoreManagerInterface;
/**
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class FileProcessor
{
/**
......
......@@ -119,7 +119,6 @@ class FileTest extends \PHPUnit_Framework_TestCase
->with('value/' . $value)
->willReturn(['size' => 234234]);
$this->fileBackend->afterLoad();
$this->assertEquals(
[
......
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