Skip to content

Commit

Permalink
[#13648] - Trying to close the connection
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed May 15, 2019
1 parent ce96aaa commit 539d226
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/Firewall/Adapter/Micro/AclCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ function ($container) {
public function _after()
{
ob_end_clean();
if ($this->container->has('db')) {
$this->container->has('db')->close();
}
}

/**
Expand Down

0 comments on commit 539d226

Please sign in to comment.