public static property CropCRUDTest::$modules in Crop API 8
Same name and namespace in other branches
- 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\KernelCode
public static $modules = [
'user',
'image',
'crop',
'file',
'system',
];