You are here

public static property EntityTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/hal/src/Tests/EntityTest.php \Drupal\hal\Tests\EntityTest::modules

Modules to enable.

Type: array

Overrides NormalizerTestBase::$modules

File

core/modules/hal/src/Tests/EntityTest.php, line 26
Contains \Drupal\hal\Tests\EntityTest.

Class

EntityTest
Tests that nodes and terms are correctly normalized and denormalized.

Namespace

Drupal\hal\Tests

Code

public static $modules = array(
  'node',
  'taxonomy',
  'comment',
);