You are here

protected static property NormalizerTestBase::$modules in Drupal 9

Same name in this branch
  1. 9 core/modules/hal/tests/src/Kernel/NormalizerTestBase.php \Drupal\Tests\hal\Kernel\NormalizerTestBase::modules
  2. 9 core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php \Drupal\Tests\serialization\Kernel\NormalizerTestBase::modules
Same name and namespace in other branches
  1. 8 core/modules/hal/tests/src/Kernel/NormalizerTestBase.php \Drupal\Tests\hal\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',
];