You are here

public function CountLimitProcessorTest::testIsLocked in Facets 8

Tests isLocked().

File

tests/src/Unit/Plugin/processor/CountLimitProcessorTest.php, line 217

Class

CountLimitProcessorTest
Unit test for processor.

Namespace

Drupal\Tests\facets\Unit\Plugin\processor

Code

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