testing.info.yml 419 B

1234567891011121314
  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
  12. # @todo: Remove this in https://www.drupal.org/node/2352949
  13. themes:
  14. - classy