protected static property NormalizerTestBase::$modules in Drupal 9
Same name in this branch
- 9 core/modules/hal/tests/src/Kernel/NormalizerTestBase.php \Drupal\Tests\hal\Kernel\NormalizerTestBase::modules
- 9 core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php \Drupal\Tests\serialization\Kernel\NormalizerTestBase::modules
Same name and namespace in other branches
- 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\KernelCode
protected static $modules = [
'entity_test',
'field',
'hal',
'language',
'serialization',
'system',
'text',
'user',
'filter',
];