Exemplo n.º 1
0
 public function testGetAttributeSwatchPath()
 {
     $result = $this->mediaHelperObject->getAttributeSwatchPath('/m/a/magento.png');
     $this->assertEquals($result, 'attribute/swatch/m/a/magento.png');
 }