function UpdateAddViewUpdateNotificationsPermissionTest::setDatabaseDumpFiles

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/update/tests/src/Functional/Update/UpdateAddViewUpdateNotificationsPermissionTest.php, line 22

Class

UpdateAddViewUpdateNotificationsPermissionTest
Tests <a href="/api/drupal/core%21modules%21update%21update.post_update.php/function/update_post_update_add_view_update_notifications_permission/9" title="Add &#039;view update notifications&#039; to roles with &#039;administer site configuration&#039;." class="local">update_post_update_add_view_update_notifications_permission</a>().

Namespace

Drupal\Tests\update\Functional\Update

Code

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

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