function HelpTopicsMerge::setDatabaseDumpFiles

Same name and namespace in other branches
  1. 10 core/modules/help/tests/src/Functional/Update/HelpTopicsMerge.php \Drupal\Tests\help\Functional\Update\HelpTopicsMerge::setDatabaseDumpFiles()

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/help/tests/src/Functional/Update/HelpTopicsMerge.php, line 27

Class

HelpTopicsMerge
Tests merging help topics module when the module is not installed.

Namespace

Drupal\Tests\help\Functional\Update

Code

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

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