protected function BackendTest::backendSpecificRegressionTests in Search API 8
Runs backend specific regression tests.
Overrides BackendTestBase::backendSpecificRegressionTests
File
- modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php, line 117
Class
- BackendTest
- Tests index and search capabilities using the Database search backend.
Namespace
Drupal\Tests\search_api_db\KernelCode
protected function backendSpecificRegressionTests() {
$this
->regressionTest2557291();
$this
->regressionTest2511860();
$this
->regressionTest2846932();
$this
->regressionTest2926733();
$this
->regressionTest2938646();
$this
->regressionTest2925464();
$this
->regressionTest2994022();
$this
->regressionTest2916534();
$this
->regressionTest2873023();
$this
->regressionTest3199355();
}