function FormatPluralUpdateTest::setDatabaseDumpFiles

File

core/modules/views/tests/src/Functional/Update/FormatPluralUpdateTest.php, line 22

Class

FormatPluralUpdateTest
Tests the upgrade path for converting format_plural from integer to boolean.

Namespace

Drupal\Tests\views\Functional\Update

Code

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

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