Skip to content

Commit ce2f10a

Browse files
committed
Infer the expectation.
1 parent 0dcd6da commit ce2f10a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/swoole/tests/Unit/SymfonyHttpBridgeTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ public function testThatSymfonyResponseIsReflected(): void
7373

7474
$response = $this->createMock(Response::class);
7575
$expectedHeaders = [
76-
['x-test', 'Swoole-Runtime'],
77-
['set-cookie', $fooCookie],
78-
['set-cookie', $barCookie],
76+
['X-Test', 'Swoole-Runtime'],
77+
['Set-Cookie', $fooCookie],
78+
['Set-Cookie', $barCookie],
7979
];
8080
$callCount = 0;
8181
$response->expects(self::exactly(3))->method('header')

0 commit comments

Comments
 (0)