function BlockContentReusableIndexUpdatePathTest::setDatabaseDumpFiles

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

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/block_content/tests/src/Functional/Update/BlockContentReusableIndexUpdatePathTest.php, line 20

Class

BlockContentReusableIndexUpdatePathTest
Tests the upgrade path for Block Content reusable column index.

Namespace

Drupal\Tests\block_content\Functional\Update

Code

protected function setDatabaseDumpFiles() : void {
    $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.