abstract protected function BackendTestBase::checkServerBackend in Search API 8
Tests the correct setup of the server backend.
1 call to BackendTestBase::checkServerBackend()
- BackendTestBase::testBackend in tests/
src/ Kernel/ BackendTestBase.php - Tests various indexing scenarios for the search backend.
1 method overrides BackendTestBase::checkServerBackend()
- BackendTest::checkServerBackend in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Tests that all tables and all columns have been created.
File
- tests/
src/ Kernel/ BackendTestBase.php, line 119
Class
- BackendTestBase
- Provides a base class for backend tests.
Namespace
Drupal\Tests\search_api\KernelCode
protected abstract function checkServerBackend();