You are here

public function IntegrationTest::testIntegerIndex 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::testIntegerIndex()
  2. 8 tests/src/Functional/IntegrationTest.php \Drupal\Tests\search_api_solr\Functional\IntegrationTest::testIntegerIndex()
  3. 8.2 tests/src/Functional/IntegrationTest.php \Drupal\Tests\search_api_solr\Functional\IntegrationTest::testIntegerIndex()

This test doesn't really include any backend specific stuff and could be skipped.

File

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

Class

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

Namespace

Drupal\Tests\search_api_solr\Functional

Code

public function testIntegerIndex() {

  // Nothing to do here.
}