function LocaleUpdatePathTest::setDatabaseDumpFiles

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/locale/tests/src/Functional/LocaleUpdatePathTest.php, line 18

Class

LocaleUpdatePathTest
Tests Locale's update path.

Namespace

Drupal\Tests\locale\Functional

Code

protected function setDatabaseDumpFiles() {
    $this->databaseDumpFiles = [
        dirname(__DIR__, 4) . '/system/tests/fixtures/update/drupal-8.8.0.filled.standard.php.gz',
    ];
}

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