Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / profiles / testing / testing.info.yml
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