You are here

protected static property UrlAliasPermissionsUpdate8001::$modules in URL Alias Permissions 8

Modules to enable after the database is loaded.

Overrides UpdatePathTestBase::$modules

File

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

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 static $modules = [
  'node',
  'user',
  'url_alias_permissions',
];