8000 Update src/Symfony/Bundle/FrameworkBundle/Test/HttpClientAssertionsTr… · symfony/symfony@41398d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 41398d8

Browse files
Update src/Symfony/Bundle/FrameworkBundle/Test/HttpClientAssertionsTrait.php
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent 41dc300 commit 41398d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/Test/HttpClientAssertionsTrait.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
namespace Symfony\Bundle\FrameworkBundle\Test;
1313

14-
/*
15-
* @author Mathieu Santostefano <msantostefano@protonmail.com>
16-
*/
1714

1815
use Symfony\Bundle\FrameworkBundle\KernelBrowser;
1916
use Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector;
2017

18+
/*
19+
* @author Mathieu Santostefano <msantostefano@protonmail.com>
20+
*/
2121
trait HttpClientAssertionsTrait
2222
{
2323
public static function assertHttpClientHasBeenCalledForUrl(KernelBrowser $client, string $httpClientId, string $expectedUrl, string $expectedMethod = 'GET', string|array $expectedBody = null): void

0 commit comments

Comments
 (0)
0