示例#1
0
 /**
  * @param string $code
  * @param string $expectation
  * @dataProvider getDebitCreditTextDataProvider
  */
 public function testGetDebitCreditText($code, $expectation)
 {
     $this->assertEquals($expectation, $this->row->getDebitCreditText($code));
 }