You are here

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/QueryAccess/UncacheableQueryAccessHandlerTest.php, line 32

Class

UncacheableQueryAccessHandlerTest
Tests the uncacheable query access handler.

Namespace

Drupal\Tests\entity\Kernel\QueryAccess

Code

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