/**
  * @group EricssonEnumeratedInt
  */
 public function testListCurrency()
 {
     $currencies = $this->_enumeratedMapper->listCurrency();
     $this->assertNotNull($currencies);
     $this->assertEquals(180, count($currencies));
 }