We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea46755 + bd4726b commit 4f29dffCopy full SHA for 4f29dff
app/code/Magento/Catalog/Test/Unit/Block/Product/View/GalleryTest.php
@@ -8,6 +8,11 @@
8
use Magento\Catalog\Block\Product\ImageBlockBuilder;
9
use Magento\Framework\App\ObjectManager;
10
11
+/**
12
+ * Image gallery test
13
+ *
14
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
15
+ */
16
class GalleryTest extends \PHPUnit_Framework_TestCase
17
{
18
/**
app/code/Magento/Catalog/Test/Unit/Model/Product/ImageTest.php
@@ -249,7 +249,6 @@ public function testSetGetBaseFile()
249
'angle' => null,
250
'quality' => 80,
251
];
252
- $url = 'http://magento.com/media/catalog/product/cache//beff4985b56e3afdbeabfc89641a4582/somefile.png';
253
$this->paramsBuilder->expects(self::once())
254
->method('build')
255
->willReturn($miscParams);
0 commit comments