You are here

protected static property DisplayCRUDTest::$modules in Drupal 9

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

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