You are here

public function HideActiveItemsProcessorTest::testIsLocked in Facets 8

Tests isLocked().

File

tests/src/Unit/Plugin/processor/HideActiveItemsProcessorTest.php, line 111

Class

HideActiveItemsProcessorTest
Unit test for processor.

Namespace

Drupal\Tests\facets\Unit\Plugin\processor

Code

public function testIsLocked() {
  $this
    ->assertEquals(FALSE, $this->processor
    ->isLocked());
}