You are here

protected static property EntityViewTest::$modules in Rules 8.3

Modules to enable.

Type: array

Overrides RulesKernelTestBase::$modules

File

tests/src/Kernel/EntityViewTest.php, line 17

Class

EntityViewTest
Tests that rules_entity_view() does not throw fatal errors.

Namespace

Drupal\Tests\rules\Kernel

Code

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