You are here

protected function BackendTestBase::checkBackendSpecificFeatures in Search API 8

Checks backend specific features.

1 call to BackendTestBase::checkBackendSpecificFeatures()
BackendTestBase::testBackend in tests/src/Kernel/BackendTestBase.php
Tests various indexing scenarios for the search backend.
1 method overrides BackendTestBase::checkBackendSpecificFeatures()
BackendTest::checkBackendSpecificFeatures in modules/search_api_db/tests/src/Kernel/BackendTest.php
Checks backend specific features.

File

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

Class

BackendTestBase
Provides a base class for backend tests.

Namespace

Drupal\Tests\search_api\Kernel

Code

protected function checkBackendSpecificFeatures() {
}