You are here

protected function BackendTestBase::regressionTests in Search API 8

Executes regression tests for issues that were already fixed.

1 call to BackendTestBase::regressionTests()
BackendTestBase::testBackend in tests/src/Kernel/BackendTestBase.php
Tests various indexing scenarios for the search backend.

File

tests/src/Kernel/BackendTestBase.php, line 441

Class

BackendTestBase
Provides a base class for backend tests.

Namespace

Drupal\Tests\search_api\Kernel

Code

protected function regressionTests() {
  $this
    ->regressionTest2007872();
  $this
    ->regressionTest1863672();
  $this
    ->regressionTest2040543();
  $this
    ->regressionTest2111753();
  $this
    ->regressionTest2127001();
  $this
    ->regressionTest2136409();
  $this
    ->regressionTest1658964();
  $this
    ->regressionTest2469547();
  $this
    ->regressionTest1403916();
  $this
    ->regressionTest2783987();
  $this
    ->regressionTest2809753();
  $this
    ->regressionTest2767609();
  $this
    ->regressionTest2745655();
}