Skip to content

Commit 794ff73

Browse files
committed
Fixing yaml syntax.
Uncommenting setting testing.enabled as FALSE to ensure correct yaml syntax (had empty value before)
1 parent eb7e233 commit 794ff73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configuration/Testing/Settings.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Flowpack:
33
Doctrine:
44
testing:
55
# Set to TRUE to enable functional testing against a database server and adjust backendOptions
6-
# enabled: TRUE
6+
enabled: FALSE
77
# backendOptions:
88
# driver: 'pdo_mysql'
99
# host: NULL
1010
# dbname: NULL
1111
# user: NULL
1212
# password: NULL
13-
# charset: 'utf8'
13+
# charset: 'utf8'

0 commit comments

Comments
 (0)