You are here

public static property ProfileRoleAccessTest::$modules in Profile 8

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/ProfileRoleAccessTest.php, line 23

Class

ProfileRoleAccessTest
Tests profile role access handling.

Namespace

Drupal\Tests\profile\Kernel

Code

public static $modules = [
  'entity',
  'profile',
  'views',
];