예제 #1
0
 /**
  * @magentoConfigFixture global/resources/db/table_prefix prefix_
  */
 public function testGetIdxName()
 {
     $this->assertEquals('IDX_PREFIX_CORE_STORE_STORE_ID', $this->_model->getIdxName('core_store', array('store_id')));
 }