You are here

public static property ReportFieldsTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views_ui/tests/src/Functional/ReportFieldsTest.php \Drupal\Tests\views_ui\Functional\ReportFieldsTest::modules

Modules to enable.

Type: array

Overrides UITestBase::$modules

File

core/modules/views_ui/tests/src/Functional/ReportFieldsTest.php, line 28

Class

ReportFieldsTest
Tests the Views fields report page.

Namespace

Drupal\Tests\views_ui\Functional

Code

public static $modules = [
  'entity_test',
];