You are here

protected function ElasticsearchTest::assertIgnored in Elasticsearch Connector 8.2

Same name and namespace in other branches
  1. 8 src/Tests/ElasticsearchTest.php \Drupal\elasticsearch_connector\Tests\ElasticsearchTest::assertIgnored()

A assertIgnored test.

Parameters

\Drupal\search_api\Query\ResultSetInterface $results: Search results.

array $ignored: What to be ignored.

string $message: Result message.

3 calls to ElasticsearchTest::assertIgnored()
ElasticsearchTest::regressionTests in src/Tests/ElasticsearchTest.php
Regression tests.
ElasticsearchTest::regressionTests2 in src/Tests/ElasticsearchTest.php
Regression Tests 2.
ElasticsearchTest::searchSuccess1 in src/Tests/ElasticsearchTest.php
Tests whether some test searches have the correct results.

File

src/Tests/ElasticsearchTest.php, line 575

Class

ElasticsearchTest
Tests index and search capabilities using the elasticsearch backend.

Namespace

Drupal\elasticsearch_connector\Tests

Code

protected function assertIgnored(ResultSetInterface $results, array $ignored = array(), $message = 'No keys were ignored.') {
}