2013-03-06 22:51:39 +00:00
|
|
|
name: Testing
|
2013-05-07 13:51:26 +00:00
|
|
|
type: profile
|
2013-03-06 22:51:39 +00:00
|
|
|
description: 'Minimal profile for running tests. Includes absolutely required modules only.'
|
|
|
|
version: VERSION
|
|
|
|
core: 8.x
|
|
|
|
hidden: true
|
2015-04-17 10:54:56 +00:00
|
|
|
dependencies:
|
Issue #2429617 by Wim Leers, Fabianx, Berdir, yched, dawehner, effulgentsia, catch, borisson_, jhodgdon, martin107, torgosPizza: Make D8 2x as fast: Dynamic Page Cache: context-dependent page caching (for *all* users!)
2015-09-08 23:58:29 +00:00
|
|
|
# Enable page_cache and dynamic_page_cache in testing, to ensure that as many
|
|
|
|
# tests as possible run with them enabled.
|
2015-04-17 10:54:56 +00:00
|
|
|
- page_cache
|
Issue #2429617 by Wim Leers, Fabianx, Berdir, yched, dawehner, effulgentsia, catch, borisson_, jhodgdon, martin107, torgosPizza: Make D8 2x as fast: Dynamic Page Cache: context-dependent page caching (for *all* users!)
2015-09-08 23:58:29 +00:00
|
|
|
- dynamic_page_cache
|
2014-11-23 10:33:46 +00:00
|
|
|
# @todo: Remove this in https://www.drupal.org/node/2352949
|
|
|
|
themes:
|
|
|
|
- classy
|