You are here

public static property DisplayCRUDTest::$modules in Drupal 8

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

Modules to enable

Type: array

Overrides UITestBase::$modules

File

core/modules/views_ui/tests/src/Functional/DisplayCRUDTest.php, line 26

Class

DisplayCRUDTest
Tests creation, retrieval, updating, and deletion of displays in the Web UI.

Namespace

Drupal\Tests\views_ui\Functional

Code

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