function LanguageSelectWidgetUpdateTest::setDatabaseDumpFiles

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/language/tests/src/Functional/Update/LanguageSelectWidgetUpdateTest.php, line 19

Class

LanguageSelectWidgetUpdateTest
Tests the update path for the language_select widget.

Namespace

Drupal\Tests\language\Functional\Update

Code

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

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