You are here

public static property RowEntityRenderersTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/Entity/RowEntityRenderersTest.php \Drupal\views\Tests\Entity\RowEntityRenderersTest::modules

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/views/src/Tests/Entity/RowEntityRenderersTest.php, line 28
Contains \Drupal\views\Tests\Entity\RowEntityRenderersTest.

Class

RowEntityRenderersTest
Tests the entity row renderers.

Namespace

Drupal\views\Tests\Entity

Code

public static $modules = [
  'field',
  'filter',
  'text',
  'node',
  'user',
  'language',
  'views_test_language',
];