You are here

protected static property ImageStyleCustomStreamWrappersTest::$modules in Drupal 9

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

Modules to enable.

Type: string[]

Overrides KernelTestBase::$modules

File

core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php, line 27

Class

ImageStyleCustomStreamWrappersTest
Tests derivative generation with source images using stream wrappers.

Namespace

Drupal\Tests\image\Kernel

Code

protected static $modules = [
  'system',
  'image',
];