public function HideNonNarrowingResultProcessorTest::testDescription in Facets 8
Tests testDescription().
File
- tests/
src/ Unit/ Plugin/ processor/ HideNonNarrowingResultProcessorTest.php, line 102
Class
- HideNonNarrowingResultProcessorTest
- Unit test for processor.
Namespace
Drupal\Tests\facets\Unit\Plugin\processorCode
public function testDescription() {
$this
->assertEquals('', $this->processor
->getDescription());
}