public static property NormalizerTestBase::$modules

Same name in this branch

Modules to enable.

Type: array

Overrides DrupalUnitTestBase::$modules

File

drupal/core/modules/hal/lib/Drupal/hal/Tests/NormalizerTestBase.php, line 33
Contains \Drupal\hal\Tests\NormalizerTestBase.

Class

NormalizerTestBase
Test the HAL normalizer.

Namespace

Drupal\hal\Tests

Code

public static $modules = array(
  'entity',
  'entity_test',
  'entity_reference',
  'field',
  'field_sql_storage',
  'hal',
  'language',
  'rest',
  'serialization',
  'system',
  'text',
  'user',
);