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

File

tests/src/Kernel/Processor/ContentAccessTest.php, line 21

Class

ContentAccessTest
Tests the "Content access" processor.

Namespace

Drupal\Tests\search_api_solr\Kernel\Processor

Code

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