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