You are here

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

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/EntityBrowserUITest.php, line 23

Class

EntityBrowserUITest
Tests the entity browser UI.

Namespace

Drupal\Tests\entity_browser\Functional

Code

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