public function BasicUpgradePath::setUp

Overrides DrupalWebTestCase::setUp() for upgrade testing.

Overrides UpgradePathTestCase::setUp

See also

DrupalWebTestCase::prepareDatabasePrefix()

DrupalWebTestCase::changeDatabasePrefix()

DrupalWebTestCase::prepareEnvironment()

File

drupal/modules/simpletest/tests/upgrade/upgrade.test, line 346

Class

BasicUpgradePath
Perform basic upgrade tests.

Code

public function setUp() {

  // Path to the database dump files.
  $this->databaseDumpFiles = array(
    drupal_get_path('module', 'simpletest') . '/tests/upgrade/drupal-6.bare.database.php',
  );
  parent::setUp();
}