You are here

protected property IntegrationTest::$serverBackend in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/IntegrationTest.php \Drupal\Tests\search_api_solr\Functional\IntegrationTest::serverBackend
  2. 8 tests/src/Functional/IntegrationTest.php \Drupal\Tests\search_api_solr\Functional\IntegrationTest::serverBackend
  3. 8.2 tests/src/Functional/IntegrationTest.php \Drupal\Tests\search_api_solr\Functional\IntegrationTest::serverBackend

The backend of the search server used for this test.

Type: string

File

tests/src/Functional/IntegrationTest.php, line 23

Class

IntegrationTest
Tests the overall functionality of the Search API framework and admin UI.

Namespace

Drupal\Tests\search_api_solr\Functional

Code

protected $serverBackend = 'search_api_solr';