You are here

protected static property PreviewTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php \Drupal\Tests\views_ui\FunctionalJavascript\PreviewTest::modules
  2. 9 core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php \Drupal\Tests\views_ui\FunctionalJavascript\PreviewTest::modules

File

core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php, line 27

Class

PreviewTest
Tests the UI preview functionality.

Namespace

Drupal\Tests\views_ui\FunctionalJavascript

Code

protected static $modules = [
  'node',
  'views',
  'views_ui',
  'views_test_config',
];