1 upgrade_filled.test public FilledUpgradePathTestCase::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_filled.test, line 11

Class

FilledUpgradePathTestCase
Upgrade test for the filled database..

Code

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