You are here

public function ShowOnlyDeepestLevelItemsProcessorTest::setUp in Facets 8

Overrides UnitTestCase::setUp

File

tests/src/Unit/Plugin/processor/ShowOnlyDeepestLevelItemsProcessorTest.php, line 28

Class

ShowOnlyDeepestLevelItemsProcessorTest
Class ShowOnlyDeepestLevelItemsProcessorTest.

Namespace

Drupal\Tests\facets\Unit\Plugin\processor

Code

public function setUp() {
  parent::setUp();
  $this->processor = new ShowOnlyDeepestLevelItemsProcessor([], 'test', []);
}