You are here

public function ExcludeSpecifiedItemsProcessorTest::testIsHidden in Facets 8

Tests isHidden().

File

tests/src/Unit/Plugin/processor/ExcludeSpecifiedItemsProcessorTest.php, line 389

Class

ExcludeSpecifiedItemsProcessorTest
Unit test for processor.

Namespace

Drupal\Tests\facets\Unit\Plugin\processor

Code

public function testIsHidden() {
  $this
    ->assertEquals(FALSE, $this->processor
    ->isHidden());
}