You are here

protected property ProcessorTestTrait::$processor in Search API 8

The tested processor.

Type: \Drupal\search_api\Processor\ProcessorInterface

File

tests/src/Unit/Processor/ProcessorTestTrait.php, line 15

Class

ProcessorTestTrait
Provides common methods for processor testing unit tests.

Namespace

Drupal\Tests\search_api\Unit\Processor

Code

protected $processor;