Skip to content

Commit

Permalink
ComplianceTest: close DB connection after each test to avoid too-many…
Browse files Browse the repository at this point in the history
…-connections-error
  • Loading branch information
k00ni committed Dec 16, 2017
1 parent dc1e1a0 commit aa8cb31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sparql11/ComplianceTest.php
Expand Up @@ -59,6 +59,7 @@ public function setUp()
public function tearDown()
{
$this->store->reset();
$this->store->closeDBCon();

parent::tearDown();
}
Expand Down

0 comments on commit aa8cb31

Please sign in to comment.