You are here

public static property ProcessorIntegrationTest::$modules in Facets 8

Modules to enable for this test.

Type: string[]

Overrides FacetsTestBase::$modules

File

tests/src/Functional/ProcessorIntegrationTest.php, line 28

Class

ProcessorIntegrationTest
Tests the processor functionality.

Namespace

Drupal\Tests\facets\Functional

Code

public static $modules = [
  'facets_custom_widget',
  'options',
];