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