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.
1 parent 3ad3f19 commit bd4726bCopy full SHA for bd4726b
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
@@ -240,7 +240,6 @@ public function testSetGetBaseFile()
240
'angle' => null,
241
'quality' => 80,
242
];
243
- $url = 'http://magento.com/media/catalog/product/cache//beff4985b56e3afdbeabfc89641a4582/somefile.png';
244
$this->paramsBuilder->expects(self::once())
245
->method('build')
246
->willReturn($miscParams);
0 commit comments