public static property ImportAccessTest::$modules in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x modules/bibcite_import/tests/src/Functional/ImportAccessTest.php \Drupal\Tests\bibcite_import\Functional\ImportAccessTest::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
- modules/
bibcite_import/ tests/ src/ Functional/ ImportAccessTest.php, line 17
Class
- ImportAccessTest
- Test access to import form.
Namespace
Drupal\Tests\bibcite_import\FunctionalCode
public static $modules = [
'bibcite',
'bibcite_entity',
'bibcite_import',
];