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
Same name and namespace in other branches
  1. 8.3 tests/src/Kernel/Processor/HtmlFilterTest.php \Drupal\Tests\search_api_solr\Kernel\Processor\HtmlFilterTest::modules

File

tests/src/Kernel/Processor/HtmlFilterTest.php, line 33

Class

HtmlFilterTest
Tests usages of Solr payloads.

Namespace

Drupal\Tests\search_api_solr\Kernel\Processor

Code

public static $modules = [
  'filter',
  'search_api_solr',
  'search_api_solr_test',
];