You are here

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

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

Type: array

Overrides RngKernelTestBase::$modules

File

tests/src/Kernel/RngEventMetaTest.php, line 21

Class

RngEventMetaTest
Tests the event meta class.

Namespace

Drupal\Tests\rng\Kernel

Code

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