You are here

protected function ElasticsearchTest::assertIgnored in Elasticsearch Connector 8

Same name and namespace in other branches
  1. 8.2 src/Tests/ElasticsearchTest.php \Drupal\elasticsearch_connector\Tests\ElasticsearchTest::assertIgnored()
3 calls to ElasticsearchTest::assertIgnored()
ElasticsearchTest::regressionTests in src/Tests/ElasticsearchTest.php
ElasticsearchTest::regressionTests2 in src/Tests/ElasticsearchTest.php
ElasticsearchTest::searchSuccess1 in src/Tests/ElasticsearchTest.php
Tests whether some test searches have the correct results.

File

src/Tests/ElasticsearchTest.php, line 524
Contains \Drupal\elasticsearch_connector\Tests\ElasticsearchTest.

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.') {
}