public function testMoneyHash()
 {
     $this->assertNotNull($this->f12EUR);
     $equal = new Money(12, 'EUR');
     $this->assertEquals($this->f12EUR->hashCode(), $equal->hashCode());
 }