You are here

public static property ReportTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

File

core/modules/views_ui/src/Tests/ReportTest.php, line 23
Contains \Drupal\views_ui\Tests\ReportTest.

Class

ReportTest
Tests existence of the views plugin report.

Namespace

Drupal\views_ui\Tests

Code

public static $modules = array(
  'views',
  'views_ui',
);