getCurrency() public method

public getCurrency ( )
 /**
  * @covers Sonata\Component\Currency\CurrencyDetector::getCurrency
  */
 public function testGetCurrency()
 {
     $this->assertEquals($this->currency->getLabel(), $this->object->getCurrency()->getLabel());
 }