You are here

protected function ViewsTest::adminUiRegressionTests in Search API 8

Contains regression tests for previous, fixed bugs in the Views UI.

1 call to ViewsTest::adminUiRegressionTests()
ViewsTest::testViewsAdmin in tests/src/Functional/ViewsTest.php
Tests the Views admin UI and field handlers.

File

tests/src/Functional/ViewsTest.php, line 1102

Class

ViewsTest
Tests the Views integration of the Search API.

Namespace

Drupal\Tests\search_api\Functional

Code

protected function adminUiRegressionTests() {
  $this
    ->regressionTest2883807();
}