protected static property ThunderGqlsTestBase::$modules in Thunder 6.2.x
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 ThunderTestBase::$modules
See also
\Drupal\Tests\BrowserTestBase::installDrupal()
File
- modules/
thunder_gqls/ tests/ src/ Functional/ ThunderGqlsTestBase.php, line 17
Class
- ThunderGqlsTestBase
- The base class for all functional Thunder GraphQl schema tests.
Namespace
Drupal\Tests\thunder_gqls\FunctionalCode
protected static $modules = [
'thunder_gqls',
'thunder_testing_demo',
];