Example #1
0
 /**
  * @magentoDataFixture Magento/Catalog/_files/product_simple.php
  */
 public function testGetMappedSqlFieldCategoryIdsAttribute()
 {
     $this->conditionProduct->setAttribute('category_ids');
     $this->assertEquals('e.entity_id', $this->conditionProduct->getMappedSqlField());
 }