You are here

public static property HtmlFilterTest::$modules in Search API Solr 4.x

Same name in this branch
  1. 4.x tests/src/Kernel/Processor/HtmlFilterTest.php \Drupal\Tests\search_api_solr\Kernel\Processor\HtmlFilterTest::modules
  2. 4.x modules/search_api_solr_legacy/tests/src/Kernel/Processor/HtmlFilterTest.php \Drupal\Tests\search_api_solr_legacy\Kernel\Processor\HtmlFilterTest::modules

Overrides HtmlFilterTest::$modules

File

modules/search_api_solr_legacy/tests/src/Kernel/Processor/HtmlFilterTest.php, line 20

Class

HtmlFilterTest
Tests usages of Solr payloads.

Namespace

Drupal\Tests\search_api_solr_legacy\Kernel\Processor

Code

public static $modules = [
  'search_api_solr_legacy',
  'search_api_solr_legacy_test',
];