Exemplo n.º 1
0
 /**
  * @test
  * @dataProvider moedasValidas
  * @covers MrPrompt\Cielo\Transacao::setMoeda
  * @covers MrPrompt\Cielo\Transacao::getMoeda
  */
 public function getMoeda($moeda)
 {
     $result = $this->object->setMoeda($moeda);
     $this->assertEquals($moeda, $this->object->getMoeda());
 }