setUpOptionCleanup(); $cleanup_params = [ 'tablesToTruncate' => [ 'civicrm_custom_group', 'civicrm_custom_field', ], ]; $this->dropByPrefix('civicrm_value_my'); $this->cleanup($cleanup_params); } }