You are here

protected static property BlockExposedFilterAJAXTest::$modules in Drupal 10

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

File

core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php, line 23

Class

BlockExposedFilterAJAXTest
Tests the exposed filter ajax functionality in a block.

Namespace

Drupal\Tests\views\FunctionalJavascript

Code

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