You are here

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

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

Modules to enable.

Type: array

Overrides NormalizerTestBase::$modules

File

core/modules/hal/src/Tests/FileNormalizeTest.php, line 32
Contains \Drupal\hal\Tests\FileNormalizeTest.

Class

FileNormalizeTest
Tests that file entities can be normalized in HAL.

Namespace

Drupal\hal\Tests

Code

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