You are here

protected function IgnoreCaseTest::setUp in Search API 8

Creates a new processor object for use in the tests.

Overrides UnitTestCase::setUp

File

tests/src/Unit/Processor/IgnoreCaseTest.php, line 26

Class

IgnoreCaseTest
Tests the "Ignore case" processor.

Namespace

Drupal\Tests\search_api\Unit\Processor

Code

protected function setUp() {
  parent::setUp();
  $this->processor = new IgnoreCase([], 'string', []);
}