Example #1
0
 public function testIsProductHasSwatch()
 {
     $this->getSwatchAttributes();
     $result = $this->swatchHelperObject->isProductHasSwatch($this->productMock);
     $this->assertEquals(2, $result);
 }