You are here

protected static property CoreIntegrationTest::$modules in Rules 8.3

Modules to enable.

Type: array

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',
];