You are here

public static property EntityLegalTestBase::$modules in Entity Legal 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Tests/EntityLegalTestBase.php \Drupal\entity_legal\Tests\EntityLegalTestBase::modules
  2. 4.0.x src/Tests/EntityLegalTestBase.php \Drupal\entity_legal\Tests\EntityLegalTestBase::modules

Modules to enable.

Type: array

File

src/Tests/EntityLegalTestBase.php, line 27

Class

EntityLegalTestBase
Common Simpletest class for all legal tests.

Namespace

Drupal\entity_legal\Tests

Code

public static $modules = [
  'block',
  'entity_legal',
  'field_ui',
  'token',
];