示例#1
0
 /**
  * {@inheritdoc}
  */
 public function toOptionArray()
 {
     return $this->_model->getTransactionEvents();
 }
示例#2
0
 public function testGetTransactionEvents()
 {
     $this->assertArrayHasKey('T1502', $this->row->getTransactionEvents());
 }