function CommentHostnameUpdateTest::setDatabaseDumpFiles

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php, line 19

Class

CommentHostnameUpdateTest
Tests that comment hostname settings are properly updated.

Namespace

Drupal\Tests\comment\Functional\Update

Code

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

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