public static function tearDownAfterClass()
 {
     parent::tearDownAfterClass();
     self::staticGetIndexer()->deleteIndex('ProductForAlgoliaIntegrationTest');
 }
 public function tearDown()
 {
     parent::tearDown();
     $this->getIndexer()->deleteIndex('ProductForReindexTest');
     $this->getIndexer()->waitForAlgoliaTasks();
 }