We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069cbe9 commit 7dfee54Copy full SHA for 7dfee54
tests/ConnectionTest.php
@@ -67,7 +67,7 @@ public function testGetOptions()
67
static::assertEquals(12, $value);
68
69
$value = $connection->getOption(ConnectionOptions::OPTION_CONNECTION);
70
- static::assertEquals('Close', $value);
+ static::assertTrue($value === 'Close' || $value === 'Keep-Alive');
71
72
$value = $connection->getOption(ConnectionOptions::OPTION_RECONNECT);
73
static::assertFalse($value);
0 commit comments