Example #1
0
 /**
  * @test
  * @covers \Itabs_Debit_Model_Xml_Payment::setCreditorId()
  * @covers \Itabs_Debit_Model_Xml_Payment::getCreditorId()
  */
 public function testSetCreditorId()
 {
     $this->_model->setCreditorId('test');
     $this->assertEquals('test', $this->_model->getCreditorId());
 }