You are here

public static property CropCRUDTest::$modules in Crop API 8

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

CropCRUDTest
Tests the crop entity CRUD operations.

Namespace

Drupal\Tests\crop\Kernel

Code

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