1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-19 23:32:02 +02:00

[ticket/10875] Close $db connection at end of test

Fixes a pgSQL issue

PHPBB3-10875
This commit is contained in:
Nathan Guse 2012-07-31 14:43:22 -05:00
parent b64ac12bd5
commit 44e48817c3

View File

@ -100,5 +100,7 @@ class phpbb_cache_test extends phpbb_database_test_case
$result = $db->sql_query($sql, 300);
$this->assertNotEquals($first_result, $db->sql_fetchrow($result));
$db->sql_close();
}
}