You are here

namespace Drupal\Tests\search_api\Unit\Processor in Search API 8

Classsort descending Location Description
AddURLTest tests/src/Unit/Processor/AddURLTest.php Tests the "URL field" processor.
AggregatedFieldsTest tests/src/Unit/Processor/AggregatedFieldsTest.php Tests the "Aggregated fields" processor.
EntityStatusTest tests/src/Unit/Processor/EntityStatusTest.php Tests the "Entity status" processor.
FieldsProcessorPluginBaseTest tests/src/Unit/Processor/FieldsProcessorPluginBaseTest.php Tests the base class for fields-based processors.
HighlightTest tests/src/Unit/Processor/HighlightTest.php Tests the "Highlight" processor.
HtmlFilterTest tests/src/Unit/Processor/HtmlFilterTest.php Tests the "HTML filter" processor.
IgnoreCaseTest tests/src/Unit/Processor/IgnoreCaseTest.php Tests the "Ignore case" processor.
IgnoreCharacterTest tests/src/Unit/Processor/IgnoreCharacterTest.php Tests the "Ignore characters" processor.
ProcessorTestTrait tests/src/Unit/Processor/ProcessorTestTrait.php Provides common methods for processor testing unit tests.
RoleFilterTest tests/src/Unit/Processor/RoleFilterTest.php Tests the "Role filter" processor.
StemmerTest tests/src/Unit/Processor/StemmerTest.php Tests the "Stemmer" processor.
StopwordsTest tests/src/Unit/Processor/StopwordsTest.php Tests the "Stopwords" processor.
TestFieldsProcessorPlugin tests/src/Unit/Processor/TestFieldsProcessorPlugin.php Mimics a processor working on individual fields of items.
TestItemsTrait tests/src/Unit/Processor/TestItemsTrait.php Provides common methods for test cases that need to create search items.
TokenizerTest tests/src/Unit/Processor/TokenizerTest.php Tests the "Tokenizer" processor.
TransliterationTest tests/src/Unit/Processor/TransliterationTest.php Tests the "Transliteration" processor.