示例#1
0
 /**
  * @test
  */
 public function testCanGetKey()
 {
     $this->rate->setIsoFrom('USD')->setIsoTo('EUR');
     $this->assertEquals('USD_EUR', $this->rate->getKey());
 }