You are here

7 calls to BackendTest::getIndexDbInfo() in Search API 8

BackendTest::checkIndexWithoutFields in modules/search_api_db/tests/src/Kernel/BackendTest.php
Checks the correct handling of an index without fields.
BackendTest::checkModuleUninstall in modules/search_api_db/tests/src/Kernel/BackendTest.php
Tests whether removing the configuration again works as it should.
BackendTest::checkMultiValuedInfo in modules/search_api_db/tests/src/Kernel/BackendTest.php
Verifies that the stored information about multi-valued fields is correct.
BackendTest::checkServerBackend in modules/search_api_db/tests/src/Kernel/BackendTest.php
Tests that all tables and all columns have been created.
BackendTest::regressionTest2938646 in modules/search_api_db/tests/src/Kernel/BackendTest.php
Tests indexing of items with boost.
BackendTest::testDateIndexing in modules/search_api_db/tests/src/Kernel/BackendTest.php
Tests whether indexing of dates works correctly.
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.