You are here

public static property FilterUITest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides UITestBase::$modules

File

core/modules/views_ui/tests/src/Functional/FilterUITest.php, line 25

Class

FilterUITest
Tests for the filters from the UI.

Namespace

Drupal\Tests\views_ui\Functional

Code

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