CoreIntegrationTest::$modules

Type: modules

Overrides RulesKernelTestBase::$modules

File

tests/src/Kernel/CoreIntegrationTest.php, line 25

Class

CoreIntegrationTest
Test using Drupal core integration of Rules API.

Namespace

Drupal\Tests\rules\Kernel

Code

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