public static property LearningPathWebDriverTestBase::$modules in Opigno Learning path 8
Same name and namespace in other branches
- 3.x tests/src/FunctionalJavascript/LearningPathWebDriverTestBase.php \Drupal\Tests\opigno_learning_path\FunctionalJavascript\LearningPathWebDriverTestBase::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 BrowserTestBase::$modules
See also
\Drupal\Tests\BrowserTestBase::installDrupal()
File
- tests/
src/ FunctionalJavascript/ LearningPathWebDriverTestBase.php, line 18
Class
- LearningPathWebDriverTestBase
- Provides a base class for Learning path group functional tests.
Namespace
Drupal\Tests\opigno_learning_path\FunctionalJavascriptCode
public static $modules = [
'opigno_learning_path',
'opigno_catalog',
'field_group',
'block',
'user',
];