public function testDefaultValue()
 {
     $attribute = new UuidAttribute(self::ATTR_NAME, $this->getTypeMock(), [UuidAttribute::OPTION_DEFAULT_VALUE => 'f615154d-1657-463c-ae11-240590c55360']);
     $this->assertEquals('f615154d-1657-463c-ae11-240590c55360', $attribute->getDefaultValue());
 }