You are here

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/QueryAccess/EventOnlyQueryAccessHandlerTest.php, line 20

Class

EventOnlyQueryAccessHandlerTest
Tests the generic query access handler.

Namespace

Drupal\Tests\entity\Kernel\QueryAccess

Code

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