public function setUp()
 {
     parent::setUp();
     $this->exporter = new CustomCollectionExporter($this->storeKey, $this->serializer);
 }
 public function setUp()
 {
     parent::setUp();
     $this->exporter = new ProductExporter($this->storeKey, $this->serializer);
 }