protected function ViewsTest::regressionTests in Search API 8
Contains regression tests for previous, fixed bugs.
1 call to ViewsTest::regressionTests()
- ViewsTest::testSearchView in tests/
src/ Functional/ ViewsTest.php - Tests a view with exposed filters.
File
- tests/
src/ Functional/ ViewsTest.php, line 380
Class
- ViewsTest
- Tests the Views integration of the Search API.
Namespace
Drupal\Tests\search_api\FunctionalCode
protected function regressionTests() {
$this
->regressionTest3187134();
$this
->regressionTest2869121();
$this
->regressionTest3031991();
$this
->regressionTest3136277();
}