File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ public function testItGeneratesCurlCommandsAsExpected()
189
189
--header 'Accept: */*' \\
190
190
--header 'Accept-Encoding: gzip' \\
191
191
--header 'User-Agent: Symfony HttpClient/Native' " , $ curlCommand
192
- );
192
+ );
193
193
}
194
194
195
195
/**
@@ -215,7 +215,7 @@ public function testItDoesNotFollowRedirectionsWhenGeneratingCurlCommands()
215
215
--header 'Accept: */*' \\
216
216
--header 'Accept-Encoding: gzip' \\
217
217
--header 'User-Agent: Symfony HttpClient/Native' " , $ curlCommand
218
- );
218
+ );
219
219
}
220
220
221
221
/**
@@ -237,8 +237,7 @@ public function testItDoesNotGeneratesCurlCommandsForUnsupportedBodyType()
237
237
$ collectedData = $ sut ->getClients ();
238
238
self ::assertCount (1 , $ collectedData ['http_client ' ]['traces ' ]);
239
239
$ curlCommand = $ collectedData ['http_client ' ]['traces ' ][0 ]['curlCommand ' ];
240
- self ::assertNull ($ curlCommand
241
- );
240
+ self ::assertNull ($ curlCommand );
242
241
}
243
242
244
243
private function httpClientThatHasTracedRequests ($ tracedRequests ): TraceableHttpClient
You can’t perform that action at this time.
0 commit comments