NormalizerTestBase::$modules

Same name in this branch
  1. 9 core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php \Drupal\Tests\serialization\Kernel\NormalizerTestBase::modules
Same name and namespace in other branches
  1. 8.9.x core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php \Drupal\Tests\serialization\Kernel\NormalizerTestBase::modules
  2. 8.9.x core/modules/hal/tests/src/Kernel/NormalizerTestBase.php \Drupal\Tests\hal\Kernel\NormalizerTestBase::modules
  3. 10 core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php \Drupal\Tests\serialization\Kernel\NormalizerTestBase::modules
  4. 11.x core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php \Drupal\Tests\serialization\Kernel\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.