/**
  * @codeCoverageIgnore
  * @return void
  */
 protected function initIsProductHasSwatchAttribute()
 {
     $this->isProductHasSwatchAttribute = $this->swatchHelper->isProductHasSwatch($this->getProduct());
 }
Esempio n. 2
0
 public function testIsProductHasSwatch()
 {
     $this->getSwatchAttributes();
     $result = $this->swatchHelperObject->isProductHasSwatch($this->productMock);
     $this->assertEquals(2, $result);
 }