function FieldUpdateTest::setDatabaseDumpFiles

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php, line 66

Class

FieldUpdateTest
Tests that field settings are properly updated during database updates.

Namespace

Drupal\Tests\field\Functional\Update

Code

protected function setDatabaseDumpFiles() {
    $this->databaseDumpFiles = [
        __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
        __DIR__ . '/../../../fixtures/update/drupal-8.views_entity_reference_plugins-2429191.php',
        __DIR__ . '/../../../fixtures/update/drupal-8.remove_handler_submit_setting-2715589.php',
        __DIR__ . '/../../../fixtures/update/drupal-8.update_deleted_field_definitions-2931436.php',
    ];
}

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