Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing.
Overrides UpgradePathTestBase::setUp
Drupal\simpletest\WebTestBase::prepareDatabasePrefix()
Drupal\simpletest\WebTestBase::changeDatabasePrefix()
Drupal\simpletest\WebTestBase::prepareEnvironment()
public function setUp() {
$this->databaseDumpFiles = array(
drupal_get_path('module', 'system') . '/tests/upgrade/drupal-7.filled.standard_all.database.php.gz',
drupal_get_path('module', 'system') . '/tests/upgrade/drupal-7.field_ui.database.php',
);
parent::setUp();
}