testing.info.yml

Same filename and directory in other branches
  1. 9 core/profiles/testing/testing.info.yml
  2. 10 core/profiles/testing/testing.info.yml
  3. 11.x 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. core: 8.x
  6. hidden: true
  7. install:
  8. # Enable page_cache and dynamic_page_cache in testing, to ensure that as many
  9. # tests as possible run with them enabled.
  10. - drupal:page_cache
  11. - dynamic_page_cache

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