You are here

public function AcquiaLiftWebTestBase::tearDown in Acquia Lift Connector 7.2

Same name and namespace in other branches
  1. 7 tests/acquia_lift.test \AcquiaLiftWebTestBase::tearDown()

Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.

Overrides DrupalWebTestCase::tearDown

File

tests/acquia_lift.test, line 36
Integration tests for Acquia Lift module.

Class

AcquiaLiftWebTestBase
@file Integration tests for Acquia Lift module.

Code

public function tearDown() {
  variable_del('acquia_lift_web_test_data');
  variable_del('acquia_lift_web_test_broken_client');
  parent::tearDown();
}