You are here

28 calls to SearchApiBrowserTestBase::getIndexPath() in Search API 8

EventsTest::testEvents in tests/src/Functional/EventsTest.php
Tests whether events are correctly dispatched when using the admin UI.
HooksTest::testHooks in tests/src/Functional/HooksTest.php
Tests various operations via the Search API's admin UI.
IntegrationTest::addField in tests/src/Functional/IntegrationTest.php
Adds a field for a specific property to the index.
IntegrationTest::addFieldsToIndex in tests/src/Functional/IntegrationTest.php
Tests whether adding fields to the index works correctly.
IntegrationTest::addFieldsWithDependenciesToIndex in tests/src/Functional/IntegrationTest.php
Tests field dependencies.
IntegrationTest::changeIndexDatasource in tests/src/Functional/IntegrationTest.php
Changes the index's datasources and checks if it reacts correctly.
IntegrationTest::changeIndexServer in tests/src/Functional/IntegrationTest.php
Changes the index's server and checks if it reacts correctly.
IntegrationTest::changeProcessorFieldBoost in tests/src/Functional/IntegrationTest.php
Tests that a field added by a processor can be changed.
IntegrationTest::checkContentEntityTracking in tests/src/Functional/IntegrationTest.php
Tests whether the tracking information is properly maintained.
IntegrationTest::checkDataTypesTable in tests/src/Functional/IntegrationTest.php
Tests if the data types table is available and contains correct values.
IntegrationTest::checkFieldLabels in tests/src/Functional/IntegrationTest.php
Tests that field labels are always properly escaped.
IntegrationTest::checkIndexActions in tests/src/Functional/IntegrationTest.php
Tests the various actions on the index status form.
IntegrationTest::checkIndexing in tests/src/Functional/IntegrationTest.php
Tests whether indexing via the UI works correctly.
IntegrationTest::checkProcessorChanges in tests/src/Functional/IntegrationTest.php
Tests that changing or a processor doesn't always trigger reindexing.
IntegrationTest::checkReferenceFieldsNonBaseFields in tests/src/Functional/IntegrationTest.php
Tests if non-base fields of referenced entities can be added.
IntegrationTest::checkUnsavedChanges in tests/src/Functional/IntegrationTest.php
Tests whether unsaved fields changes work correctly.
IntegrationTest::configureFilter in tests/src/Functional/IntegrationTest.php
Tests that configuring a processor works.
IntegrationTest::configureFilterPage in tests/src/Functional/IntegrationTest.php
Tests that the "no values changed" message on the "Processors" tab works.
IntegrationTest::createIndex in tests/src/Functional/IntegrationTest.php
Tests creating a search index via the UI.
IntegrationTest::disableEnableIndex in tests/src/Functional/IntegrationTest.php
Disables and enables an index and checks if it reacts correctly.
IntegrationTest::enableAllProcessors in tests/src/Functional/IntegrationTest.php
Enables all processors.
IntegrationTest::removeFieldsDependencies in tests/src/Functional/IntegrationTest.php
Tests whether removing fields on which the index depends works correctly.
IntegrationTest::removeFieldsFromIndex in tests/src/Functional/IntegrationTest.php
Tests whether removing fields from the index works correctly.
IntegrationTest::setReadOnly in tests/src/Functional/IntegrationTest.php
Sets an index to "read only" and checks if it reacts correctly.
LanguageIntegrationTest::testIndexSettings in tests/src/Functional/LanguageIntegrationTest.php
Tests indexing with different language settings trough the UI.
ProcessorIntegrationTest::checkAggregatedFieldsIntegration in tests/src/Functional/ProcessorIntegrationTest.php
Tests the integration of the "Aggregated fields" processor.
ProcessorIntegrationTest::checkLanguageWithFallbackIntegration in tests/src/Functional/ProcessorIntegrationTest.php
Tests the integration of the "Language (with fallback)" processor.
ProcessorIntegrationTest::checkRenderedItemIntegration in tests/src/Functional/ProcessorIntegrationTest.php
Tests the integration of the "Rendered item" processor.