You are here

public static property FieldWidgetDisplayTest::$modules in Entity Browser 8.2

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/Plugin/FieldWidgetDisplayTest.php, line 19

Class

FieldWidgetDisplayTest
Tests field widget display plugins.

Namespace

Drupal\Tests\entity_browser\Kernel\Plugin

Code

public static $modules = [
  'entity_browser',
  'image',
  'comment',
];