You are here

protected function SolrBackendTestBase::checkModuleUninstall in Search API Solr 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Kernel/SolrBackendTestBase.php \Drupal\Tests\search_api_solr\Kernel\SolrBackendTestBase::checkModuleUninstall()
  2. 4.x tests/src/Kernel/SolrBackendTestBase.php \Drupal\Tests\search_api_solr\Kernel\SolrBackendTestBase::checkModuleUninstall()

Tests whether removing the configuration again works as it should.

Overrides BackendTestBase::checkModuleUninstall

1 method overrides SolrBackendTestBase::checkModuleUninstall()
SearchApiSolrTest::checkModuleUninstall in tests/src/Kernel/SearchApiSolrTest.php
Tests whether removing the configuration again works as it should.

File

tests/src/Kernel/SolrBackendTestBase.php, line 159

Class

SolrBackendTestBase
Tests location searches and distance facets using the Solr search backend.

Namespace

Drupal\Tests\search_api_solr\Kernel

Code

protected function checkModuleUninstall() {
}