Skip to content

Commit

Permalink
Close the non-shared connection instead of marking it non-reusable
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Nov 7, 2021
1 parent e2444a3 commit 61d7adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/PortabilityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protected function setUp(): void

protected function tearDown(): void
{
$this->markConnectionNotReusable();
$this->connection->close();
}

public function testFullFetchMode(): void
Expand Down

0 comments on commit 61d7adc

Please sign in to comment.