Example #1
0
 /**
  * @test
  * @covers \Itabs_Debit_Model_Xml_Payment::setCurrency()
  * @covers \Itabs_Debit_Model_Xml_Payment::getCurrency()
  */
 public function testSetCurrency()
 {
     $this->_model->setCurrency('SEK');
     $this->assertEquals('SEK', $this->_model->getCurrency());
 }