You are here

protected static property ReportFieldsTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 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

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