public static property ExtensionViewsFieldTest::$modules

Modules to enable.

Type: array

Overrides ViewUnitTestBase::$modules

File

drupal/core/modules/file/lib/Drupal/file/Tests/Views/ExtensionViewsFieldTest.php, line 21
Contains \Drupal\file\Tests\Views\ExtensionViewsFieldTest.

Class

ExtensionViewsFieldTest
Tests the core Drupal\file\Plugin\views\field\Extension handler.

Namespace

Drupal\file\Tests\Views

Code

public static $modules = array(
  'file',
  'file_test_views',
);