You are here

protected property SearchApiSolrTest::$solrAvailable in Search API Solr 8

Whether a Solr core is available for testing.

Drupal testbots do not support having a solr server, so they can't execute these tests.

Type: bool

File

tests/src/Kernel/SearchApiSolrTest.php, line 59

Class

SearchApiSolrTest
Tests index and search capabilities using the Solr search backend.

Namespace

Drupal\Tests\search_api_solr\Kernel

Code

protected $solrAvailable = FALSE;