You are here

public static property CollectionRouteAccessTest::$modules in Entity API 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/CollectionRouteAccessTest.php, line 27

Class

CollectionRouteAccessTest
Tests the collection route access check.

Namespace

Drupal\Tests\entity\Functional

Code

public static $modules = [
  'entity_module_test',
  'user',
  'entity',
  'block',
];