Skip to content

Commit 4f29dff

Browse files
committed
Merge branch 'MAGETWO-65483' into MAGETWO-65480
2 parents ea46755 + bd4726b commit 4f29dff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Block/Product/View/GalleryTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
use Magento\Catalog\Block\Product\ImageBlockBuilder;
99
use Magento\Framework\App\ObjectManager;
1010

11+
/**
12+
* Image gallery test
13+
*
14+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
15+
*/
1116
class GalleryTest extends \PHPUnit_Framework_TestCase
1217
{
1318
/**

app/code/Magento/Catalog/Test/Unit/Model/Product/ImageTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ public function testSetGetBaseFile()
249249
'angle' => null,
250250
'quality' => 80,
251251
];
252-
$url = 'http://magento.com/media/catalog/product/cache//beff4985b56e3afdbeabfc89641a4582/somefile.png';
253252
$this->paramsBuilder->expects(self::once())
254253
->method('build')
255254
->willReturn($miscParams);

0 commit comments

Comments
 (0)