You are here

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

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

Modules to enable.

Type: array

File

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

Class

FileDenormalizeTest
Tests that file entities can be denormalized in HAL.

Namespace

Drupal\hal\Tests

Code

public static $modules = array(
  'hal',
  'file',
  'node',
);