You are here

public static property NoSelectorConfigTest::$modules in Search Autocomplete 2.x

Same name and namespace in other branches
  1. 8 src/Tests/Entity/NoSelectorConfigTest.php \Drupal\search_autocomplete\Tests\Entity\NoSelectorConfigTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

src/Tests/Entity/NoSelectorConfigTest.php, line 21

Class

NoSelectorConfigTest
Test special cases of configurations.

Namespace

Drupal\search_autocomplete\Tests\Entity

Code

public static $modules = [
  'node',
  'search_autocomplete',
];