function it_should_support_and_provide_a_wysiwyg_field(AttributeInterface $attribute)
 {
     $attribute->isWysiwygEnabled()->willReturn(true);
     $this->supports($attribute)->shouldReturn(true);
     $this->getField($attribute)->shouldReturn('akeneo-wysiwyg-field');
 }