Skip to content
Snippets Groups Projects
Commit ea97ec0b authored by Nadiya Syvokonenko's avatar Nadiya Syvokonenko
Browse files

MAGETWO-47400: Fix L3

parent 94caf134
Branches
No related merge requests found
......@@ -5,6 +5,8 @@
*/
namespace Magento\Downloadable\Test\Unit\Controller\Adminhtml\Product\Initialization\Helper\Plugin;
use Magento\Catalog\Api\Data\ProductExtensionInterface;
class DownloadableTest extends \PHPUnit_Framework_TestCase
{
/**
......@@ -59,9 +61,7 @@ class DownloadableTest extends \PHPUnit_Framework_TestCase
'',
false
);
$this->extensionAttributesMock = $this->getMockBuilder(
\Magento\Catalog\Api\Data\ProductExtensionInterface::class
)
$this->extensionAttributesMock = $this->getMockBuilder(ProductExtensionInterface::class)
->disableOriginalConstructor()
->setMethods(['setDownloadableProductSamples', 'setDownloadableProductLinks'])
->getMockForAbstractClass();
......
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