public static property FieldUnitTest::$modules

Modules to enable.

Type: array

Overrides ViewUnitTestBase::$modules

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php, line 20
Contains \Drupal\views\Tests\Handler\FieldUnitTest.

Class

FieldUnitTest
Tests the generic field handler.

Namespace

Drupal\views\Tests\Handler

Code

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