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