You are here

public static property FieldEntityTest::$modules in Views (for Drupal 7) 8.3

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

lib/Drupal/views/Tests/Entity/FieldEntityTest.php, line 23
Definition of Drupal\views\Tests\Entity\FieldEntityTest.

Class

FieldEntityTest
Tests the field plugin base integration with the entity system.

Namespace

Drupal\views\Tests\Entity

Code

public static $modules = array(
  'comment',
);