You are here

18 calls to ProcessorTestTrait::invokeMethod() in Search API 8

HtmlFilterTest::testAltConfiguration in tests/src/Unit/Processor/HtmlFilterTest.php
Tests preprocessing field values with "alt" settings.
HtmlFilterTest::testIsNullConditions in tests/src/Unit/Processor/HtmlFilterTest.php
Tests whether "IS NULL" conditions are correctly kept.
HtmlFilterTest::testStringProcessing in tests/src/Unit/Processor/HtmlFilterTest.php
Tests whether strings are correctly handled.
HtmlFilterTest::testTagConfiguration in tests/src/Unit/Processor/HtmlFilterTest.php
Tests preprocessing field values with "alt" settings.
HtmlFilterTest::testTitleConfiguration in tests/src/Unit/Processor/HtmlFilterTest.php
Tests preprocessing field values with "title" settings.
IgnoreCaseTest::testIsNullConditions in tests/src/Unit/Processor/IgnoreCaseTest.php
Tests whether "IS NULL" conditions are correctly kept.
IgnoreCaseTest::testProcess in tests/src/Unit/Processor/IgnoreCaseTest.php
Tests the process() method.
IgnoreCharacterTest::testIgnorableCharacters in tests/src/Unit/Processor/IgnoreCharacterTest.php
Tests preprocessing with the "Ignorable characters" setting.
IgnoreCharacterTest::testIgnoreCharacterSets in tests/src/Unit/Processor/IgnoreCharacterTest.php
Tests preprocessing with different ignorable character sets.
IgnoreCharacterTest::testIsNullConditions in tests/src/Unit/Processor/IgnoreCharacterTest.php
Tests whether "IS NULL" conditions are correctly kept.
StemmerTest::testIsNullConditions in tests/src/Unit/Processor/StemmerTest.php
Tests whether "IS NULL" conditions are correctly kept.
StemmerTest::testProcess in tests/src/Unit/Processor/StemmerTest.php
Tests the process() method.
StopwordsTest::testProcess in tests/src/Unit/Processor/StopwordsTest.php
Tests the process() method of the Stopwords processor.
TokenizerTest::testCjkSupport in tests/src/Unit/Processor/TokenizerTest.php
Tests that the simplifyText() method handles CJK characters properly.
TokenizerTest::testNoTokenizer in tests/src/Unit/Processor/TokenizerTest.php
Verifies that strings of non-CJK characters are not tokenized.
TokenizerTest::testProcessFieldValue in tests/src/Unit/Processor/TokenizerTest.php
Tests the processFieldValue() method.
TokenizerTest::testSearchSimplifyPunctuation in tests/src/Unit/Processor/TokenizerTest.php
Tests whether punctuation is treated correctly.
TokenizerTest::testSearchSimplifyUnicode in tests/src/Unit/Processor/TokenizerTest.php
Tests that all Unicode characters simplify correctly.