You are here

public static property DropzoneJsElementTest::$modules in DropzoneJS 8.2

Same name and namespace in other branches
  1. 8 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\Kernel

Code

public static $modules = [
  'system',
  'file',
  'user',
  'dropzonejs',
  'dropzonejs_test',
];