Esempio n. 1
0
 /**
  * @return StringType
  */
 public function getCurrencyCode()
 {
     return $this->crcy->getCode();
 }
Esempio n. 2
0
 public function testDefaultConstructionSetsDefaultNameSameAsCode()
 {
     $this->assertEquals($this->sut->getCode(), $this->sut->getName());
 }