Skip to content

upgrade to integration tests 4 - #76

Merged
dbu merged 1 commit into
2.xfrom
integration-tests-4
Jan 10, 2026
Merged

upgrade to integration tests 4#76
dbu merged 1 commit into
2.xfrom
integration-tests-4

Conversation

@dbu

@dbudbu commented Dec 9, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@dbu
dbuforce-pushed the integration-tests-4 branch 2 times, most recently from 09ef415 to 87dfbacCompareDecember 9, 2025 11:08
@dbu
dbuforce-pushed the integration-tests-4 branch from 87dfbac to 15f22b9CompareJanuary 10, 2026 10:24
@dbu
dbuforce-pushed the integration-tests-4 branch from 15f22b9 to a177d58CompareJanuary 10, 2026 10:37
Comment threadsrc/Client.php
private function collectOpenSslErrors(): string
{
$errors = [];
while (false !== ($error = openssl_error_string())) {

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

took me quite a while to figure out my tests locally failed because the ssl certificates that we generate for the tests have been outdated.

$metadatas = stream_get_meta_data($socket);

if (array_key_exists('timed_out', $metadatas) && true === $metadatas['timed_out']) {
if ($metadatas['timed_out']) {

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this key is always present, and phpstan complains about the unnecessary check.

@dbu
dbu merged commit ed4fcb2 into 2.xJan 10, 2026
12 checks passed
@dbu
dbu deleted the integration-tests-4 branch January 10, 2026 10:41
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@dbu