Skip to content

Commit 352e9fe

Browse files
committed
Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent a45a9bd commit 352e9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/Driver/Pdo/AbstractAdapterTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function testGetCurrentSchema(): void
4444

4545
public function testDriverDisconnectAfterQuoteWithPlatform(): void
4646
{
47-
$isTcpConnection = $this->isTcpConnection();
47+
//$isTcpConnection = $this->isTcpConnection();
4848

4949
/** @var AdapterInterface $adapter */
5050
$adapter = $this->getAdapter([

0 commit comments

Comments
 (0)