/**
  * @test
  * @covers \Itabs_Debit_Model_Xml_Payment::setCreditorSwift()
  * @covers \Itabs_Debit_Model_Xml_Payment::getCreditorSwift()
  */
 public function testSetCreditorSwift()
 {
     $this->_model->setCreditorSwift('XXXXXXXXXXX');
     $this->assertEquals('XXXXXXXXXXX', $this->_model->getCreditorSwift());
 }