BasicMinimalUpdatePath::setUp

7 upgrade.test public BasicMinimalUpdatePath::setUp()

Override of DrupalWebTestCase::setUp() specialized for upgrade testing.

Overrides UpgradePathTestCase::setUp

File

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

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();
}
Login or register to post comments