public static property SearchExcerptTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/search/src/Tests/SearchExcerptTest.php \Drupal\search\Tests\SearchExcerptTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ search/ src/ Tests/ SearchExcerptTest.php, line 24 - Contains \Drupal\search\Tests\SearchExcerptTest.
Class
- SearchExcerptTest
- Tests the search_excerpt() function.
Namespace
Drupal\search\TestsCode
public static $modules = array(
'search',
'search_langcode_test',
);