You are here

public function SalesforceMappingTestCase::tearDown in Salesforce Suite 7.3

Implementation of tearDown().

Overrides DrupalWebTestCase::tearDown

2 calls to SalesforceMappingTestCase::tearDown()
SalesforceMappingEntitiesTestCase::tearDown in modules/salesforce_mapping/tests/salesforce_mapping.entities.test
Implementation of tearDown().
SalesforceMappingMapTestCase::tearDown in modules/salesforce_mapping/tests/salesforce_mapping.map.test
Implementation of tearDown().
2 methods override SalesforceMappingTestCase::tearDown()
SalesforceMappingEntitiesTestCase::tearDown in modules/salesforce_mapping/tests/salesforce_mapping.entities.test
Implementation of tearDown().
SalesforceMappingMapTestCase::tearDown in modules/salesforce_mapping/tests/salesforce_mapping.map.test
Implementation of tearDown().

File

modules/salesforce_mapping/tests/salesforce_mapping.test, line 42

Class

SalesforceMappingTestCase
Sets up basic tools for the testing of mapping Drupal to Salesforce.

Code

public function tearDown() {
  user_cancel(array(), $this->admin_user->uid, 'user_cancel_delete');
  parent::tearDown();
}