Exemplo n.º 1
0
 /**
  * @param string $code
  * @param string $expectation
  * @dataProvider getTransactionEventDataProvider
  */
 public function testGetTransactionEvent($code, $expectation)
 {
     $this->assertEquals($expectation, $this->row->getTransactionEvent($code));
 }