/**
  * @dataProvider getSwatchTypes
  */
 public function testGetSwatchCachePath($swatchType, $expectedResult)
 {
     $this->assertEquals($expectedResult, $this->mediaHelperObject->getSwatchCachePath($swatchType));
 }