Пример #1
0
 public function testMoeda()
 {
     $this->assertEquals('R$ 2.000,00', Utils::moeda(2000));
     $this->assertEquals('US$ 3.500,22', Utils::moeda('3500.22', 'US$', 2));
 }