You are here

protected static property EventIntegrationTest::$modules in Rules 8.3

Modules to enable.

Type: array

Overrides RulesKernelTestBase::$modules

File

tests/src/Kernel/EventIntegrationTest.php, line 28

Class

EventIntegrationTest
Test for the Symfony event mapping to Rules events.

Namespace

Drupal\Tests\rules\Kernel

Code

protected static $modules = [
  'field',
  'node',
  'text',
  'user',
];