You are here

public function ViewsTest::testViewsAdmin in Search API Solr 4.x

Tests the Views admin UI and field handlers.

File

modules/search_api_solr_legacy/tests/src/Functional/ViewsTest.php, line 34

Class

ViewsTest
Tests the Views integration of the Search API.

Namespace

Drupal\Tests\search_api_solr_legacy\Functional

Code

public function testViewsAdmin() {
  $this
    ->markTestSkipped('This test fails on Solr 3.6. It requires some more debugging.');
}