ImageStyleIntegrationTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php \Drupal\Tests\image\Kernel\ImageStyleIntegrationTest::modules
  2. 10 core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php \Drupal\Tests\image\Kernel\ImageStyleIntegrationTest::modules
  3. 11.x core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php \Drupal\Tests\image\Kernel\ImageStyleIntegrationTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php, line 23

Class

ImageStyleIntegrationTest
Tests the integration of ImageStyle with the core.

Namespace

Drupal\Tests\image\Kernel

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.