Skip to content

Commit d0c9c10

Browse files
author
Jeremiah VALERIE
committed
Fix tests services tags
1 parent d5580e2 commit d0c9c10

File tree

1 file changed

+4
-2
lines changed
  • Tests/Functional/App/config/argumentWrapper

1 file changed

+4
-2
lines changed

Tests/Functional/App/config/argumentWrapper/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ services:
1919
factory: Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp
2020
arguments:
2121
- 'is_a'
22-
tags: ['overblog_graphql.expression_function']
22+
tags:
23+
- { name: overblog_graphql.expression_function }
2324
expression_function_json_encode:
2425
class: Symfony\Component\ExpressionLanguage\ExpressionFunction
2526
factory: Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp
2627
arguments:
2728
- 'json_encode'
28-
tags: ['overblog_graphql.expression_function']
29+
tags:
30+
- { name: overblog_graphql.expression_function }

0 commit comments

Comments
 (0)