You are here

class HtmlFilterTest in Search API Solr 4.x

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

Tests usages of Solr payloads.

@group search_api_solr_legacy

Hierarchy

Expanded class hierarchy of HtmlFilterTest

See also

\Drupal\search_api\Plugin\search_api\processor\HtmlFilter

File

modules/search_api_solr_legacy/tests/src/Kernel/Processor/HtmlFilterTest.php, line 15

Namespace

Drupal\Tests\search_api_solr_legacy\Kernel\Processor
View source
class HtmlFilterTest extends SearchApiSolrHtmlFilterTest {

  /**
   * {@inheritdoc}
   */
  public static $modules = [
    'search_api_solr_legacy',
    'search_api_solr_legacy_test',
  ];

  /**
   * {@inheritdoc}
   */
  protected function enableSolrServer() {
    parent::enableSolrServer();

    // Swap the connector.
    Solr36TestConnector::adjustBackendConfig('search_api.server.solr_search_server');
  }

}

Members

Namesort descending Modifiers Type Description Overrides
HtmlFilterTest::$modules public static property Overrides HtmlFilterTest::$modules
HtmlFilterTest::$nodes protected property The nodes created for testing.
HtmlFilterTest::enableSolrServer protected function Swap the DB backend for a Solr backend. Overrides SolrBackendTrait::enableSolrServer
HtmlFilterTest::setUp public function
HtmlFilterTest::testBoostTerms public function Tests term boosts.
NodeCreationTrait::createNode protected function Creates a node based on default settings.
NodeCreationTrait::getNodeByTitle public function Get a node from the database based on its title.
SolrBackendTrait::indexItems protected function
SolrBackendTrait::tearDown protected function
SolrCommitTrait::ensureCommit protected function Explicitly sends a commit command to a Solr server.