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