public static property QuizMultichoiceTestCase::$modules in Quiz 6.x
Same name and namespace in other branches
- 8.6 question_types/quiz_multichoice/tests/src/Functional/QuizMultichoiceTestCase.php \Drupal\Tests\quiz_multichoice\Functional\QuizMultichoiceTestCase::modules
- 8.5 question_types/quiz_multichoice/tests/src/Functional/QuizMultichoiceTestCase.php \Drupal\Tests\quiz_multichoice\Functional\QuizMultichoiceTestCase::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 QuizTestBase::$modules
See also
\Drupal\Tests\BrowserTestBase::installDrupal()
File
- question_types/
quiz_multichoice/ tests/ src/ Functional/ QuizMultichoiceTestCase.php, line 16
Class
- QuizMultichoiceTestCase
- Test multiple choice questions.
Namespace
Drupal\Tests\quiz_multichoice\FunctionalCode
public static $modules = [
'quiz',
'quiz_multichoice',
];