You are here

public function DependentFacetProcessorTest::provideNegated in Facets 8

Provides test cases with data.

Return value

array An array of test data.

File

tests/src/Unit/Plugin/processor/DependentFacetProcessorTest.php, line 117

Class

DependentFacetProcessorTest
Unit test for processor.

Namespace

Drupal\Tests\facets\Unit\Plugin\processor

Code

public function provideNegated() {
  return [
    'negated' => [
      TRUE,
    ],
    'normal' => [
      FALSE,
    ],
  ];
}