You are here

public function ExcludeSpecifiedItemsProcessorTest::testIsLocked in Facets 8

Tests isLocked().

File

tests/src/Unit/Plugin/processor/ExcludeSpecifiedItemsProcessorTest.php, line 396

Class

ExcludeSpecifiedItemsProcessorTest
Unit test for processor.

Namespace

Drupal\Tests\facets\Unit\Plugin\processor

Code

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