You are here

protected static property ImageThemeFunctionTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php \Drupal\Tests\image\Kernel\ImageThemeFunctionTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php, line 33

Class

ImageThemeFunctionTest
Tests image theme functions.

Namespace

Drupal\Tests\image\Kernel

Code

protected static $modules = [
  'entity_test',
  'field',
  'file',
  'image',
  'system',
  'user',
];