public function testFactoryCreatesWithExpectedObject()
 {
     $this->assertInstanceOf(Money::class, $this->fieldset->getObject());
 }