AddHierarchyTest.php in Search API Solr 8.3
File
tests/src/Kernel/Processor/AddHierarchyTest.php
View source
<?php
namespace Drupal\Tests\search_api_solr\Kernel\Processor;
use Drupal\Tests\search_api\Kernel\Processor\AddHierarchyTest as SearchApiAddHierarchyTest;
class AddHierarchyTest extends SearchApiAddHierarchyTest {
use SolrBackendTrait;
public static $modules = [
'devel',
'search_api_solr',
'search_api_solr_devel',
'search_api_solr_test',
];
public function setUp($processor = NULL) {
parent::setUp();
$this
->enableSolrServer();
}
public function testRegression3059312() {
$this
->markTestSkipped('This test makes no sense on Solr.');
}
}