module_required_test.info.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/system/tests/modules/module_required_test/module_required_test.info.yml
  2. 10 core/modules/system/tests/modules/module_required_test/module_required_test.info.yml
  3. 11.x core/modules/system/tests/modules/module_required_test/module_required_test.info.yml
core/modules/system/tests/modules/module_required_test/module_required_test.info.yml

File

core/modules/system/tests/modules/module_required_test/module_required_test.info.yml

View source
  1. name: 'Module required test'
  2. type: module
  3. description: 'Support module for module system testing.'
  4. package: Testing
  5. version: VERSION
  6. # Depends on the Node module to test making a module required using
  7. # hook_system_info_alter() and ensuring that its dependencies also become
  8. # required.
  9. dependencies:
  10. - drupal:node (>=8.x)

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.