NormalizerTestBase::$modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/hal/tests/src/Kernel/NormalizerTestBase.php, line 20

Class

NormalizerTestBase
Test the HAL normalizer.

Namespace

Drupal\Tests\hal\Kernel

Code

protected static $modules = [
  'entity_test',
  'field',
  'hal',
  'language',
  'serialization',
  'system',
  'text',
  'user',
  'filter',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.