public static property ImportTest::$modules in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x modules/bibcite_import/tests/src/Functional/ImportTest.php \Drupal\Tests\bibcite_import\Functional\ImportTest::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/ ImportTest.php, line 18
Class
- ImportTest
- Test for main import functions.
Namespace
Drupal\Tests\bibcite_import\FunctionalCode
public static $modules = [
'bibcite_import_test',
];