public function ExcludeSpecifiedItemsProcessorTest::testDescription in Facets 8
Tests testDescription().
File
- tests/
src/ Unit/ Plugin/ processor/ ExcludeSpecifiedItemsProcessorTest.php, line 382
Class
- ExcludeSpecifiedItemsProcessorTest
- Unit test for processor.
Namespace
Drupal\Tests\facets\Unit\Plugin\processorCode
public function testDescription() {
$this
->assertEquals('Sorts the widget results by display value.', $this->processor
->getDescription());
}