EntityViewTest::$modules

Type: modules

Overrides RulesKernelTestBase::$modules

File

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

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