Esempio n. 1
0
 /**
  * @covers ::getSymbol
  * @covers ::setSymbol
  */
 public function testSymbol()
 {
     $this->currency->setSymbol('$');
     $this->assertEquals('$', $this->currency->getSymbol());
 }