1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 18:11:47 +02:00

[ticket/16740] Improve open queries handling & do not close freed connection

PHPBB3-16740
This commit is contained in:
Marc Alexander
2021-03-28 09:52:55 +02:00
parent 03824189e4
commit c99bfe116f
2 changed files with 8 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ abstract class phpbb_database_test_case extends TestCase
static protected $install_schema_file;
static protected $phpunit_version;
static protected $phpunit_version;
public function __construct($name = NULL, array $data = [], $dataName = '')
{