function it_returns_null_if_there_is_no_product_value_localizer(PresenterInterface $presenter)
 {
     $presenter->supports('pim_catalog_number')->willReturn(false);
     $this->register($presenter, 'attribute_option');
     $this->getAttributeOptionPresenter('pim_catalog_number')->shouldReturn(null);
 }