function EntityFormModeUpdatePathTest::setDatabaseDumpFiles

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/system/tests/src/Functional/Update/EntityFormModeUpdatePathTest.php, line 20

Class

EntityFormModeUpdatePathTest
Tests update path for the entity form mode description value from '' to NULL.

Namespace

Drupal\Tests\system\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/remove-description-from-user-register-form-mode.php',
  ];
}

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