You are here

public static property RngEventAccessTest::$modules in RNG - Events and Registrations 3.x

Same name in this branch
  1. 3.x src/Tests/RngEventAccessTest.php \Drupal\rng\Tests\RngEventAccessTest::modules
  2. 3.x tests/src/Kernel/RngEventAccessTest.php \Drupal\Tests\rng\Kernel\RngEventAccessTest::modules
Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/RngEventAccessTest.php \Drupal\Tests\rng\Kernel\RngEventAccessTest::modules
  2. 8 tests/src/Kernel/RngEventAccessTest.php \Drupal\Tests\rng\Kernel\RngEventAccessTest::modules

Modules to enable.

Type: array

Overrides RngKernelTestBase::$modules

File

tests/src/Kernel/RngEventAccessTest.php, line 22

Class

RngEventAccessTest
Tests manage event access control. to register for events..

Namespace

Drupal\Tests\rng\Kernel

Code

public static $modules = [
  'system',
  'entity_test',
];