You are here

public static property EntityQueryAlterComplexTest::$modules in Group 8

Same name and namespace in other branches
  1. 2.0.x tests/src/Kernel/EntityQueryAlterComplexTest.php \Drupal\Tests\group\Kernel\EntityQueryAlterComplexTest::modules

@todo Refactor tests to not automatically use group_test_config unless they have a good reason to.

Overrides GroupKernelTestBase::$modules

File

tests/src/Kernel/EntityQueryAlterComplexTest.php, line 27

Class

EntityQueryAlterComplexTest
Tests that Group properly checks access for "complex" grouped entities.

Namespace

Drupal\Tests\group\Kernel

Code

public static $modules = [
  'group_test_plugin',
  'node',
  'views',
];