mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10060] Fix test suite under MySQL
This commit is contained in:
commit
cacead09a5
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class phpbb_database_test_connection_manager
|
|||
|
||||
try
|
||||
{
|
||||
$this->pdo->exec('DROP DATABASE ' . $config['dbname']);
|
||||
$this->pdo->exec('DROP DATABASE ' . $this->config['dbname']);
|
||||
}
|
||||
catch (PDOException $e)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue