public static property RowEntityTest::$modules

Modules to enable.

Type: array

Overrides ViewUnitTestBase::$modules

File

drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/RowEntityTest.php, line 24
Contains \Drupal\views\Tests\Plugin\RowEntityTest.

Class

RowEntityTest
Tests the generic entity row plugin.

Namespace

Drupal\views\Tests\Plugin

Code

public static $modules = array(
  'taxonomy',
  'field',
  'entity',
  'system',
);