You are here

public static property NormalizerTestBase::$modules in Zircon Profile 8

Same name in this branch
  1. 8 core/modules/hal/src/Tests/NormalizerTestBase.php \Drupal\hal\Tests\NormalizerTestBase::modules
  2. 8 core/modules/serialization/src/Tests/NormalizerTestBase.php \Drupal\serialization\Tests\NormalizerTestBase::modules
Same name and namespace in other branches
  1. 8.0 core/modules/hal/src/Tests/NormalizerTestBase.php \Drupal\hal\Tests\NormalizerTestBase::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/hal/src/Tests/NormalizerTestBase.php, line 36
Contains \Drupal\hal\Tests\NormalizerTestBase.

Class

NormalizerTestBase
Test the HAL normalizer.

Namespace

Drupal\hal\Tests

Code

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