You are here

public function HideWhenNotRenderedProcessorTest::setUp in Facets 8

Overrides UnitTestCase::setUp

File

modules/facets_summary/tests/src/Unit/Plugin/Processor/HideWhenNotRenderedProcessorTest.php, line 30

Class

HideWhenNotRenderedProcessorTest
Class HideWhenNotRenderedProcessorTest.

Namespace

Drupal\Tests\facets_summary\Unit\Plugin\Processor

Code

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