BasicStandardUpdatePath::setUp

7 upgrade.test public BasicStandardUpdatePath::setUp()

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

Overrides UpgradePathTestCase::setUp

File

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

Code

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