function SearchTokenizerTest::setUp

Overrides KernelTestBase::setUp

File

core/modules/search/tests/src/Kernel/SearchTokenizerTest.php, line 27

Class

SearchTokenizerTest
Tests that CJK tokenizer works as intended.

Namespace

Drupal\Tests\search\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->installConfig([
    'search',
  ]);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.