You are here

protected static property DrupalRolesIntegrationTest::$modules in Authorization 8

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

authorization_drupal_roles/tests/src/Kernel/DrupalRolesIntegrationTest.php, line 23

Class

DrupalRolesIntegrationTest
Integration tests for authorization_drupal_roles.

Namespace

Drupal\Tests\authorization_drupal_roles\Kernel

Code

protected static $modules = [
  'authorization',
  'authorization_drupal_roles',
];