public function testSetGetProductDataArrayWithEmptyData()
 {
     $product = new Product();
     $this->assertEquals([], $product->getProductDataArray());
 }