/**
  * Run test promote cross sell products entity.
  *
  * @param string $crossSellProducts
  * @param array $crossSellProductsData
  * @return array
  */
 public function test($crossSellProducts, array $crossSellProductsData)
 {
     return parent::test($crossSellProducts, $crossSellProductsData);
 }
 /**
  * Run test promote related products entity.
  *
  * @param string $relatedProducts
  * @param array $relatedProductsData
  * @return array
  */
 public function test($relatedProducts, array $relatedProductsData)
 {
     return parent::test($relatedProducts, $relatedProductsData);
 }