Example #1
0
 public function testGetRelationInfo()
 {
     $info = $this->_model->getRelationInfo();
     $this->assertInstanceOf('Varien_Object', $info);
     $this->assertEquals('catalog_product_super_link', $info->getTable());
     $this->assertEquals('parent_id', $info->getParentFieldName());
     $this->assertEquals('product_id', $info->getChildFieldName());
 }