You are here

protected static property ConfigAccessTest::$modules in Entity Browser 8

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ConfigAccessTest.php, line 21

Class

ConfigAccessTest
Tests the config UI for adding and editing entity browsers.

Namespace

Drupal\Tests\entity_browser\Functional

Code

protected static $modules = [
  'entity_browser',
  'block',
  'node',
  'taxonomy',
  'views',
];