public function testDefaultValueShouldBeConvertedToTargetType()
 {
     $this->object->setDefaultValue(null);
     $this->assertSame('', $this->object->getDefaultValue());
 }