function LocalesLocationAddIndexUpdateTest::setDatabaseDumpFiles

Same name in other branches
  1. 10 core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php \Drupal\Tests\locale\Functional\LocalesLocationAddIndexUpdateTest::setDatabaseDumpFiles()

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php, line 24

Class

LocalesLocationAddIndexUpdateTest
Tests Locale update functions.

Namespace

Drupal\Tests\locale\Functional

Code

protected function setDatabaseDumpFiles() {
    $this->databaseDumpFiles[] = $this->root . '/core/modules/system/tests/fixtures/update/drupal-10.3.0.filled.standard.php.gz';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.