public function ShowTextWhenEmptyProcessorTest::testIsLocked in Facets 8
Tests the is locked method.
@covers ::isLocked
File
- modules/
facets_summary/ tests/ src/ Unit/ Plugin/ Processor/ ShowTextWhenEmptyProcessorTest.php, line 55
Class
- ShowTextWhenEmptyProcessorTest
- Class ShowTextWhenEmptyProcessorTest.
Namespace
Drupal\Tests\facets_summary\Unit\Plugin\ProcessorCode
public function testIsLocked() {
$this
->assertFalse($this->processor
->isLocked());
}