You are here

protected static property FileNormalizeTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 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

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