You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/CropEntityProvidersTest.php, line 19

Class

CropEntityProvidersTest
Tests entity provider plugins.

Namespace

Drupal\Tests\crop\Kernel

Code

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