You are here

abstract protected function BackendTestBase::updateIndex in Search API 8

Checks whether changes to the index's fields are picked up by the server.

1 call to BackendTestBase::updateIndex()
BackendTestBase::testBackend in tests/src/Kernel/BackendTestBase.php
Tests various indexing scenarios for the search backend.
1 method overrides BackendTestBase::updateIndex()
BackendTest::updateIndex in modules/search_api_db/tests/src/Kernel/BackendTest.php
Checks whether changes to the index's fields are picked up by the server.

File

tests/src/Kernel/BackendTestBase.php, line 124

Class

BackendTestBase
Provides a base class for backend tests.

Namespace

Drupal\Tests\search_api\Kernel

Code

protected abstract function updateIndex();