testing_example.info.yml

Same filename in other branches
  1. 3.x modules/testing_example/testing_example.info.yml
modules/testing_example/testing_example.info.yml

File

modules/testing_example/testing_example.info.yml

View source
  1. name: Testing Example
  2. type: module
  3. description: Demonstrates Drupal core testing frameworks
  4. package: Example modules
  5. core_version_requirement: ^9.4 || ^10
  6. # We have to be as explicit as possible about the dependencies for this module.
  7. # If you look at the config info in the config/install/ directory, you'll see
  8. # that they depend on some of these modules.
  9. dependencies:
  10. - drupal:field
  11. - drupal:node
  12. - drupal:path
  13. - drupal:text
  14. - examples:examples