Skip to content

Commit 8c04c04

Browse files
committed
Add templating config key
Symfony 2.7-dev currently assumes this key to be set.
1 parent c78d814 commit 8c04c04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/Functional/Fixtures/app/config/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ framework:
55
test: ~
66
session:
77
storage_id: session.test_storage
8+
# We need to specify templating because of a bug in Symfony:
9+
# see https://github.com/symfony/symfony/issues/13710
10+
templating:
11+
engines: ['php']
812

913
fos_http_cache:
1014
cache_control:

0 commit comments

Comments
 (0)