mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 09:31:28 +02:00
[ticket/10060] Fix test suite under MySQL
Regression from PHPBB3-10043, a typo caused the database tests to fail under MySQL. PHPBB3-10060
This commit is contained in:
@@ -123,7 +123,7 @@ class phpbb_database_test_connection_manager
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
$this->pdo->exec('DROP DATABASE ' . $config['dbname']);
|
$this->pdo->exec('DROP DATABASE ' . $this->config['dbname']);
|
||||||
}
|
}
|
||||||
catch (PDOException $e)
|
catch (PDOException $e)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user