You are here

public static property ImageThemeFunctionTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php \Drupal\Tests\image\Kernel\ImageThemeFunctionTest::modules
  2. 10 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

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