1 upgrade_bare.test public BareUpgradePathTestCase::setUp()

Overrides BackdropWebTestCase::setUp() for upgrade testing.

Overrides UpgradePathTestCase::setUp

See also

BackdropWebTestCase::prepareDatabasePrefix()

BackdropWebTestCase::changeDatabasePrefix()

BackdropWebTestCase::prepareEnvironment()

File

core/modules/simpletest/tests/upgrade/upgrade_bare.test, line 11

Class

BareUpgradePathTestCase
Upgrade test for the bare database..

Code

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