You are here

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

Same name and namespace in other branches
  1. 8.3 tests/src/Kernel/Processor/DoubleQuoteWorkaroundTest.php \Drupal\Tests\search_api_solr\Kernel\Processor\DoubleQuoteWorkaroundTest::modules
  2. 8.2 tests/src/Kernel/Processor/DoubleQuoteWorkaroundTest.php \Drupal\Tests\search_api_solr\Kernel\Processor\DoubleQuoteWorkaroundTest::modules

File

tests/src/Kernel/Processor/DoubleQuoteWorkaroundTest.php, line 28

Class

DoubleQuoteWorkaroundTest
Tests the "Double Quote Workaround" processor.

Namespace

Drupal\Tests\search_api_solr\Kernel\Processor

Code

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