EventIntegrationTest::$modules

Type: modules

Overrides RulesKernelTestBase::$modules

File

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

Class

EventIntegrationTest
Test for the Symfony event mapping to Rules events.

Namespace

Drupal\Tests\rules\Kernel

Code

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