module_required_test.info.yml

Same filename and directory in other branches
  1. 9 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. core: 8.x
  7. # Depends on the Node module to test making a module required using
  8. # hook_system_info_alter() and ensuring that its dependencies also become
  9. # required.
  10. dependencies:
  11. - drupal:node (>=8.x)

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