function CommentAdminViewUpdateTest::setDatabaseDumpFiles

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php, line 25

Class

CommentAdminViewUpdateTest
Tests that comment admin view is enabled after update.

Namespace

Drupal\Tests\comment\Functional\Update

Code

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

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