You are here

public static property RowEntityTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Tests/Plugin/RowEntityTest.php \Drupal\views\Tests\Plugin\RowEntityTest::modules

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/views/src/Tests/Plugin/RowEntityTest.php, line 27
Contains \Drupal\views\Tests\Plugin\RowEntityTest.

Class

RowEntityTest
Tests the generic entity row plugin.

Namespace

Drupal\views\Tests\Plugin

Code

public static $modules = [
  'taxonomy',
  'text',
  'filter',
  'field',
  'system',
  'node',
  'user',
];