Exemplo n.º 1
0
 function testPulldown()
 {
     $y = PriceRef::pulldown_for_currency('USD');
     $this->assertEquals('$1.00 USD', $y['a']);
     $this->assertEquals('$2.00 USD', $y['b']);
 }