Example #1
0
 public function testLoadVariationByFallbackWithoutProduct()
 {
     $result = $this->swatchHelperObject->loadFirstVariationImage($this->productMock, ['color' => 31]);
     $this->assertFalse($result);
 }