You are here

public static property RestIntegrationTest::$modules in Facets 8

Modules to enable for this test.

Type: string[]

Overrides FacetsTestBase::$modules

File

modules/facets_rest/tests/src/Functional/RestIntegrationTest.php, line 19

Class

RestIntegrationTest
Tests the integration of REST-views and facets.

Namespace

Drupal\Tests\facets_rest\Functional

Code

public static $modules = [
  'rest_view',
  'views_ui',
];