You are here

public function CertificateUpdateTestCase::setUp in Certificate 7.3

Same name and namespace in other branches
  1. 8.3 tests/CertificateUpdateTestCase.test \CertificateUpdateTestCase::setUp()

Overrides DrupalWebTestCase::setUp() for upgrade testing.

Overrides UpgradePathTestCase::setUp

See also

DrupalWebTestCase::prepareDatabasePrefix()

DrupalWebTestCase::changeDatabasePrefix()

DrupalWebTestCase::prepareEnvironment()

File

tests/CertificateUpdateTestCase.test, line 13

Class

CertificateUpdateTestCase

Code

public function setUp() {

  // Path to the database dump files.
  $this->databaseDumpFiles = array(
    drupal_get_path('module', 'certificate') . '/tests/cert2.php.gz',
  );
  parent::setUp();
}