You are here

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

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

Overrides ContentAccessTest::$modules

File

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

Class

ContentAccessTest
Tests the "Content access" processor.

Namespace

Drupal\Tests\search_api_solr_legacy\Kernel\Processor

Code

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