You are here

public static property SortsFunctionalBase::$modules in Search API sorts 8

Modules to enable for this test.

Type: string[]

Overrides SearchApiBrowserTestBase::$modules

File

tests/src/Functional/SortsFunctionalBase.php, line 33

Class

SortsFunctionalBase
Base class for sorts web tests.

Namespace

Drupal\Tests\search_api_sorts\Functional

Code

public static $modules = [
  'block',
  'search_api_sorts',
  'search_api_test_db',
  'search_api_sorts_test_views',
];