function SearchMatchTest::testMatching

Tests search indexing.

File

core/modules/search/tests/src/Kernel/SearchMatchTest.php, line 45

Class

SearchMatchTest
Indexes content and queries it.

Namespace

Drupal\Tests\search\Kernel

Code

public function testMatching() : void {
  $this->_setup();
  $this->_testQueries();
}

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