public static property ContentEntityExampleTest::$modules in Examples for Developers 8
Same name and namespace in other branches
- 3.x modules/content_entity_example/tests/src/Functional/ContentEntityExampleTest.php \Drupal\Tests\content_entity_example\Functional\ContentEntityExampleTest::modules
Modules to install.
Type: array
Overrides ExamplesBrowserTestBase::$modules
File
- content_entity_example/
tests/ src/ Functional/ ContentEntityExampleTest.php, line 30
Class
- ContentEntityExampleTest
- Tests the basic functions of the Content Entity Example module.
Namespace
Drupal\Tests\content_entity_example\FunctionalCode
public static $modules = [
'content_entity_example',
'block',
'field_ui',
];