You are here

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

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/RngRegistrationEntityTest.php \Drupal\Tests\rng\Kernel\RngRegistrationEntityTest::modules
  2. 8 tests/src/Kernel/RngRegistrationEntityTest.php \Drupal\Tests\rng\Kernel\RngRegistrationEntityTest::modules

Modules to enable.

Type: array

Overrides RngKernelTestBase::$modules

File

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

Class

RngRegistrationEntityTest
Tests registration entities.

Namespace

Drupal\Tests\rng\Kernel

Code

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