You are here

public static property ReportTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides UITestBase::$modules

File

core/modules/views_ui/tests/src/Functional/ReportTest.php, line 17

Class

ReportTest
Tests existence of the views plugin report.

Namespace

Drupal\Tests\views_ui\Functional

Code

public static $modules = [
  'views',
  'views_ui',
];