function BasicMinimalUpdatePath::setUp

Overrides DrupalWebTestCase::setUp() for upgrade testing.

Overrides UpgradePathTestCase::setUp

File

modules/simpletest/tests/upgrade/upgrade.test, line 526

Class

BasicMinimalUpdatePath
Performs point release update tests on a bare database.

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.