public function testGetCurrency()
 {
     $this->assertEquals('EUR', $this->object->getCurrency());
 }