function BlockContentRemoveListingEmptyUpdateTest::setDatabaseDumpFiles

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

File

core/modules/block_content/tests/src/Functional/Update/BlockContentRemoveListingEmptyUpdateTest.php, line 24

Class

BlockContentRemoveListingEmptyUpdateTest
Tests the removal of the empty listing plugin.

Namespace

Drupal\Tests\block_content\Functional\Update

Code

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

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