You are here

public static property SearchKeywordsConditionsTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

Overrides SearchTestBase::$modules

File

core/modules/search/src/Tests/SearchKeywordsConditionsTest.php, line 28
Contains \Drupal\search\Tests\SearchKeywordsConditionsTest.

Class

SearchKeywordsConditionsTest
Verify the search without keywords set and extra conditions.

Namespace

Drupal\search\Tests

Code

public static $modules = array(
  'comment',
  'search_extra_type',
  'test_page_test',
);