You are here

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

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/FormElementTest.php, line 20

Class

FormElementTest
Tests the entity browser form element.

Namespace

Drupal\Tests\entity_browser\Functional

Code

public static $modules = [
  'entity_browser_test',
  'node',
  'views',
];