File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Tests/Unit/DependencyInjection Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -73,33 +73,33 @@ public function testClientPlugins()
73
73
[
74
74
'decoder ' => [
75
75
'use_content_encoding ' => false ,
76
- ]
76
+ ],
77
77
],
78
78
'httplug.plugin.redirect ' ,
79
79
[
80
80
'add_host ' => [
81
81
'host ' => 'http://localhost:8000 ' ,
82
- ]
82
+ ],
83
83
],
84
84
[
85
85
'header_append ' => [
86
- 'headers ' => ['X-FOO ' => 'bar ' ]
87
- ]
86
+ 'headers ' => ['X-FOO ' => 'bar ' ],
87
+ ],
88
88
],
89
89
[
90
90
'header_defaults ' => [
91
- 'headers ' => ['X-FOO ' => 'bar ' ]
92
- ]
91
+ 'headers ' => ['X-FOO ' => 'bar ' ],
92
+ ],
93
93
],
94
94
[
95
95
'header_set ' => [
96
- 'headers ' => ['X-FOO ' => 'bar ' ]
97
- ]
96
+ 'headers ' => ['X-FOO ' => 'bar ' ],
97
+ ],
98
98
],
99
99
[
100
100
'header_remove ' => [
101
- 'headers ' => ['X-FOO ' ]
102
- ]
101
+ 'headers ' => ['X-FOO ' ],
102
+ ],
103
103
],
104
104
],
105
105
],
You can’t perform that action at this time.
0 commit comments