예제 #1
0
파일: DataTest.php 프로젝트: vv-team/foodo
 public function testIsProductHasSwatch()
 {
     $this->getSwatchAttributes();
     $result = $this->swatchHelperObject->isProductHasSwatch($this->productMock);
     $this->assertEquals(2, $result);
 }