You are here

public static property ProfileTest::$modules in Profile 8

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/ProfileTest.php, line 24

Class

ProfileTest
Tests basic functionality of profiles.

Namespace

Drupal\Tests\profile\Kernel

Code

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