You are here

public function ProcessorIntegrationTest::checkEntityStatusIntegration in Search API 8

Tests the UI for the "Entity status" processor.

1 call to ProcessorIntegrationTest::checkEntityStatusIntegration()
ProcessorIntegrationTest::testProcessorIntegration in tests/src/Functional/ProcessorIntegrationTest.php
Tests the admin UI for processors.

File

tests/src/Functional/ProcessorIntegrationTest.php, line 565

Class

ProcessorIntegrationTest
Tests the admin UI for processors.

Namespace

Drupal\Tests\search_api\Functional

Code

public function checkEntityStatusIntegration() {
  $this
    ->enableProcessor('entity_status');
}