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 a45a9bd commit 352e9feCopy full SHA for 352e9fe
test/integration/Driver/Pdo/AbstractAdapterTestCase.php
@@ -44,7 +44,7 @@ public function testGetCurrentSchema(): void
44
45
public function testDriverDisconnectAfterQuoteWithPlatform(): void
46
{
47
- $isTcpConnection = $this->isTcpConnection();
+ //$isTcpConnection = $this->isTcpConnection();
48
49
/** @var AdapterInterface $adapter */
50
$adapter = $this->getAdapter([
0 commit comments