You are here

protected static property ImageEffectsTest::$modules in Drupal 10

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

File

core/modules/image/tests/src/Kernel/ImageEffectsTest.php, line 30

Class

ImageEffectsTest
Tests image effects.

Namespace

Drupal\Tests\image\Kernel

Code

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