You are here

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

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

File

tests/src/Kernel/Processor/DateRangeTest.php, line 39

Class

DateRangeTest
Tests the "Date range" processor.

Namespace

Drupal\Tests\search_api_solr\Kernel\Processor

Code

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