You are here

public static property SearchQueryAlterTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/search/src/Tests/SearchQueryAlterTest.php \Drupal\search\Tests\SearchQueryAlterTest::modules

Modules to enable.

Type: array

Overrides SearchTestBase::$modules

File

core/modules/search/src/Tests/SearchQueryAlterTest.php, line 21
Contains \Drupal\search\Tests\SearchQueryAlterTest.

Class

SearchQueryAlterTest
Tests that the node search query can be altered via the query alter hook.

Namespace

Drupal\search\Tests

Code

public static $modules = array(
  'search_query_alter',
);