You are here

public function SalesforceMappingEntitiesTestCase::tearDown in Salesforce Suite 7.3

Implementation of tearDown().

Overrides SalesforceMappingTestCase::tearDown

File

modules/salesforce_mapping/tests/salesforce_mapping.entities.test, line 68

Class

SalesforceMappingEntitiesTestCase
Tests the entities storing the Drupal to Salesforce mapping.

Code

public function tearDown() {
  parent::tearDown();
}