You are here

protected function ViewsTest::tearDown in Search API Multilingual Solr Search 8

Overrides BrowserTestBase::tearDown

File

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

Class

ViewsTest
Tests the Views integration of the Search API.

Namespace

Drupal\Tests\search_api_solr_multilingual\Functional

Code

protected function tearDown() {
  $index = Index::load($this->indexId);
  $index
    ->clear();
  sleep(2);
  parent::tearDown();
}