You are here

public static property ExposedFilterViewsAjaxGetTest::$modules in Views Ajax Get 8

Same name and namespace in other branches
  1. 2.0.x tests/src/FunctionalJavascript/ExposedFilterViewsAjaxGetTest.php \Drupal\Tests\views_ajax_get\FunctionalJavascript\ExposedFilterViewsAjaxGetTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

tests/src/FunctionalJavascript/ExposedFilterViewsAjaxGetTest.php, line 17

Class

ExposedFilterViewsAjaxGetTest
Tests basic AJAX functionality of Views exposed forms using GET requests.

Namespace

Drupal\Tests\views_ajax_get\FunctionalJavascript

Code

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