/**
  * Remove the test list, if one was successfully set up.
  */
 public static function tearDownAfterClass()
 {
     static::tearDownCiviCrmFixtures();
     // Reset the API.
     CRM_Mailchimp_Utils::resetAllCaches();
 }