testing.info.yml

Same filename and directory in other branches
  1. 9 core/profiles/testing/testing.info.yml
  2. 8.9.x core/profiles/testing/testing.info.yml
  3. 10 core/profiles/testing/testing.info.yml
core/profiles/testing/testing.info.yml

File

core/profiles/testing/testing.info.yml

View source
  1. name: Testing
  2. type: profile
  3. description: 'Minimal profile for running tests. Includes absolutely required modules only.'
  4. version: VERSION
  5. hidden: true
  6. install:
  7. # Enable page_cache and dynamic_page_cache in testing, to ensure that as many
  8. # tests as possible run with them enabled.
  9. - drupal:page_cache
  10. - dynamic_page_cache

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