public function HideActiveItemsProcessorTest::testIsHidden in Facets 8
Tests isHidden().
File
- tests/
src/ Unit/ Plugin/ processor/ HideActiveItemsProcessorTest.php, line 104
Class
- HideActiveItemsProcessorTest
- Unit test for processor.
Namespace
Drupal\Tests\facets\Unit\Plugin\processorCode
public function testIsHidden() {
$this
->assertEquals(FALSE, $this->processor
->isHidden());
}