protected function SolrBackendTestBase::checkModuleUninstall in Search API Solr 8.3
Same name and namespace in other branches
- 8.2 tests/src/Kernel/SolrBackendTestBase.php \Drupal\Tests\search_api_solr\Kernel\SolrBackendTestBase::checkModuleUninstall()
- 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 186
Class
- SolrBackendTestBase
- Tests location searches and distance facets using the Solr search backend.
Namespace
Drupal\Tests\search_api_solr\KernelCode
protected function checkModuleUninstall() {
}