mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 15:31:42 +02:00
[ticket/17535] Address code review comments
PHPBB-17535
This commit is contained in:
@@ -35,7 +35,7 @@ class phpbb_dbal_connect_test extends phpbb_database_test_case
|
||||
|
||||
if ($db->get_sql_layer() === 'mysqli')
|
||||
{
|
||||
$this->setExpectedTriggerError(E_WARNING);
|
||||
$this->setExpectedTriggerError(E_WARNING);
|
||||
}
|
||||
else if ($db->get_sql_layer() !== 'sqlite3')
|
||||
{
|
||||
|
Reference in New Issue
Block a user