function LangcodeToAsciiUpdateFilledTest::setDatabaseDumpFiles

Overrides LangcodeToAsciiUpdateTest::setDatabaseDumpFiles

File

core/modules/system/tests/src/Functional/Entity/Update/LangcodeToAsciiUpdateFilledTest.php, line 16

Class

LangcodeToAsciiUpdateFilledTest
Runs LangcodeToAsciiUpdateTest with a dump filled with content.

Namespace

Drupal\Tests\system\Functional\Entity\Update

Code

public function setDatabaseDumpFiles() {
    $this->databaseDumpFiles = [
        __DIR__ . '/../../../../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.