function DblogRecentLogsUsingViewsUpdateTest::setDatabaseDumpFiles

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php, line 18

Class

DblogRecentLogsUsingViewsUpdateTest
Ensures that update hook that creates the watchdog view ran successfully.

Namespace

Drupal\Tests\dblog\Functional\Update

Code

protected 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.