aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-07-23 16:23:42 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-07-23 16:23:42 +0200
commit89461d982c3356f5389caaae7bec1fa76fbe6beb (patch)
tree7086054b627cc2f801c0b45820c36321d88eef73 /tests/functional/fixtures
parent4554c030c09ac938cd4926369ed690ffb2b2f16e (diff)
downloadforums-89461d982c3356f5389caaae7bec1fa76fbe6beb.tar
forums-89461d982c3356f5389caaae7bec1fa76fbe6beb.tar.gz
forums-89461d982c3356f5389caaae7bec1fa76fbe6beb.tar.bz2
forums-89461d982c3356f5389caaae7bec1fa76fbe6beb.tar.xz
forums-89461d982c3356f5389caaae7bec1fa76fbe6beb.zip
[ticket/14717] Quote strings beginning with @ or % in yaml definitions
This type of use was deprecated in symfony 2.8 and will be dropped in 3.x. Also see: https://github.com/symfony/symfony/pull/16285 PHPBB3-14717
Diffstat (limited to 'tests/functional/fixtures')
-rw-r--r--tests/functional/fixtures/ext/foo/bar/config/services.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/functional/fixtures/ext/foo/bar/config/services.yml b/tests/functional/fixtures/ext/foo/bar/config/services.yml
index d35be7955a..495c775a1f 100644
--- a/tests/functional/fixtures/ext/foo/bar/config/services.yml
+++ b/tests/functional/fixtures/ext/foo/bar/config/services.yml
@@ -2,13 +2,13 @@ services:
foo_bar.controller:
class: foo\bar\controller\controller
arguments:
- - @controller.helper
- - @path_helper
- - @template
- - @config
- - @user
- - %core.root_path%
- - %core.php_ext%
+ - '@controller.helper'
+ - '@path_helper'
+ - '@template'
+ - '@config'
+ - '@user'
+ - '%core.root_path%'
+ - '%core.php_ext%'
foo_bar.listener.permission:
class: foo\bar\event\permission