You are here

public static property SearchPageTest::$modules in Opigno Search 8

Same name and namespace in other branches
  1. 3.x tests/src/Functional/SearchPageTest.php \Drupal\Tests\opigno_learning_path\Functional\SearchPageTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides LearningPathBrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

tests/src/Functional/SearchPageTest.php, line 22

Class

SearchPageTest
Tests for Search process.

Namespace

Drupal\Tests\opigno_learning_path\Functional

Code

public static $modules = [
  'h5p',
  'block',
  'user',
  'node',
  'group',
  'language',
  'search',
  'views_ui',
  'opigno_messaging',
  'opigno_learning_path',
  'config_rewrite',
  'search_api_db_defaults',
  'opigno_search',
];