You are here

public static property ImageStyleQualityTest::$modules in Image Style Quality 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/ImageStyleQualityTest.php, line 20

Class

ImageStyleQualityTest
Test the image styles.

Namespace

Drupal\Tests\image_style_quality\Kernel

Code

public static $modules = [
  'image_style_quality',
  'image',
  'system',
];