public function ProcessorIntegrationTest::checkTransliterationIntegration in Search API 8
Tests the UI for the "Transliteration" processor.
1 call to ProcessorIntegrationTest::checkTransliterationIntegration()
- ProcessorIntegrationTest::testProcessorIntegration in tests/
src/ Functional/ ProcessorIntegrationTest.php - Tests the admin UI for processors.
File
- tests/
src/ Functional/ ProcessorIntegrationTest.php, line 665
Class
- ProcessorIntegrationTest
- Tests the admin UI for processors.
Namespace
Drupal\Tests\search_api\FunctionalCode
public function checkTransliterationIntegration() {
$this
->editSettingsForm([
'all_fields' => TRUE,
], 'transliteration');
}