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