1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 15:57:45 +02:00

[ticket/17535] Remove redundant empty lines

PHPBB-17535
This commit is contained in:
rxu
2025-07-30 09:05:38 +07:00
parent 7056bcba91
commit e794dd4a87

View File

@@ -31,8 +31,6 @@ class phpbb_dbal_connect_test extends phpbb_database_test_case
// Failure to connect results in a trigger_error call in dbal.
// phpunit converts triggered errors to exceptions.
// In particular there should be no fatals here.
if ($db->get_sql_layer() === 'mysqli')
{
$this->setExpectedTriggerError(E_WARNING);