public static property DropzoneJsElementTest::$modules in DropzoneJS 8
Same name and namespace in other branches
- 8.2 tests/src/Kernel/DropzoneJsElementTest.php \Drupal\Tests\dropzonejs\Kernel\DropzoneJsElementTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- tests/
src/ Kernel/ DropzoneJsElementTest.php, line 21
Class
- DropzoneJsElementTest
- Tests related to the dropzoneJs element.
Namespace
Drupal\Tests\dropzonejs\KernelCode
public static $modules = [
'system',
'file',
'user',
'dropzonejs',
'dropzonejs_test',
];