You are here

public function HideWhenNotRenderedProcessorTest::testIsLocked in Facets 8

Tests the is locked method.

@covers ::isLocked

File

modules/facets_summary/tests/src/Unit/Plugin/Processor/HideWhenNotRenderedProcessorTest.php, line 49

Class

HideWhenNotRenderedProcessorTest
Class HideWhenNotRenderedProcessorTest.

Namespace

Drupal\Tests\facets_summary\Unit\Plugin\Processor

Code

public function testIsLocked() {
  $this
    ->assertFalse($this->processor
    ->isLocked());
}