Skip to content

Commit 241da83

Browse files
committed
feat: update web tests
1 parent 4dcceff commit 241da83

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tests/WebChromiumTest.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ class WebChromiumTest extends Base
2626
...Base::BAR_RESPONSES,
2727
...Base::GENERAL_RESPONSES,
2828
...Base::LARGE_FILE_RESPONSES,
29-
...Base::EXCEPTION_RESPONSES,
30-
...Base::REALTIME_RESPONSES,
29+
...Base::EXCEPTION_RESPONSES
3130
];
31+
32+
public function setUp(): void
33+
{
34+
$headers = "x-sdk-name: {$this->sdkName}; x-sdk-platform: {$this->sdkPlatform}; x-sdk-language: {$this->sdkLanguage}; x-sdk-version: {$this->version}";
35+
array_push($this->expectedOutput, $headers, ...Base::REALTIME_RESPONSES);
36+
}
3237
}

0 commit comments

Comments
 (0)