You are here

public static property CropEffectTest::$modules in Crop API 8.2

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/CropEffectTest.php, line 17

Class

CropEffectTest
Tests the crop image effect.

Namespace

Drupal\Tests\crop\Kernel

Code

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