You are here

public static property FileNormalizeTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides NormalizerTestBase::$modules

File

core/modules/hal/tests/src/Kernel/FileNormalizeTest.php, line 19

Class

FileNormalizeTest
Tests that file entities can be normalized in HAL.

Namespace

Drupal\Tests\hal\Kernel

Code

public static $modules = [
  'file',
];