You are here

protected function UrlAliasPermissionsUpdate8001::setDatabaseDumpFiles in URL Alias Permissions 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/UrlAliasPermissionsUpdate8001.php, line 33

Class

UrlAliasPermissionsUpdate8001
Update test that checks if the permissions are converted to the new ones.

Namespace

Drupal\Tests\url_alias_permissions\Functional\Update

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    DRUPAL_ROOT . '/core/modules/system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz',
    __DIR__ . '/../../../fixtures/update/url-alias-permissions-update-8000.php',
  ];
}