function NullDefaultFormTest::setDatabaseDumpFiles

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/contact/tests/src/Functional/Update/NullDefaultFormTest.php, line 20

Class

NullDefaultFormTest
Tests the upgrade path for making 'default_form' in 'contact.settings' config to NULL.

Namespace

Drupal\Tests\contact\Functional\Update

Code

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

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