public static property SearchKeywordsConditionsTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\TestsCode
public static $modules = array(
'comment',
'search_extra_type',
'test_page_test',
);